2015-09-21 20:45:57 +02:00

10 lines
141 B
JavaScript

'use strict';
let config = require('./config');
let yeoman = require('./yeoman');
module.exports = {
config: config,
yeoman: yeoman
};