Added minor es2015 tweaks

This commit is contained in:
Chris
2016-03-29 23:01:42 +02:00
parent 6344984d65
commit 832907f2fd
4 changed files with 19 additions and 22 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
'use strict';
let config = require('./config');
let yeoman = require('./yeoman');
const config = require('./config');
const yeoman = require('./yeoman');
module.exports = {
config: config,
yeoman: yeoman
config,
yeoman
};