angular-cli/index.js
2015-04-02 15:52:53 -04:00

9 lines
168 B
JavaScript

/* jshint node: true */
'use strict';
module.exports = {
name: 'wrenchjs',
exposedChildAddons: function () {
return ['angular-project-draft'];
}
};