Skip to content

Commit da91a32

Browse files
committed
Ember addons installed as packages do not run their own hooks (afterInstall)
1 parent 509e9f8 commit da91a32

File tree

1 file changed

+3
-1
lines changed
  • blueprints/ember-cli-bootstrap-datetimepicker

1 file changed

+3
-1
lines changed

blueprints/ember-cli-bootstrap-datetimepicker/index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ module.exports = {
99
*/
1010
return this.addPackagesToProject([
1111
{ name: 'ember-cli-moment-shim', target: '1.0.0' },
12-
{ name: 'eonasdan-bootstrap-datetimepicker-ie ', target: '4.17.42' }
12+
{ name: 'eonasdan-bootstrap-datetimepicker-ie ', target: '4.17.42' },
13+
{ name: 'moment', target: '^2.11.2' },
14+
{ name: 'moment-timezone', target: '^0.5.0' }
1315
]);
1416
}
1517
};

0 commit comments

Comments
 (0)