mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-28 11:10:12 +08:00
9 lines
168 B
JavaScript
9 lines
168 B
JavaScript
/* jshint node: true */
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
name: 'wrenchjs',
|
|
exposedChildAddons: function () {
|
|
return ['angular-project-draft'];
|
|
}
|
|
}; |