Added changes for version 2.0

This commit is contained in:
Chris
2015-09-21 20:45:57 +02:00
parent 438341c3fe
commit 023d937877
69 changed files with 1149 additions and 18551 deletions
+9
View File
@@ -0,0 +1,9 @@
'use strict';
let config = require('./config');
let yeoman = require('./yeoman');
module.exports = {
config: config,
yeoman: yeoman
};