2016-03-29 23:01:42 +02:00

10 lines
129 B
JavaScript

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