File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 106106 "ember-addon" : {
107107 "configPath" : " tests/dummy/config" ,
108108 "before" : [
109- " ember-cli-babel"
109+ " ember-cli-babel" ,
110+ " ember-qunit-decorators"
111+ ],
112+ "after" : [
113+ " ember-source" ,
114+ " ember-data" ,
115+ " ember-decorators"
110116 ]
111117 },
112118 "prettier" : {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ module.exports = {
2929 // dependency on install.
3030 if ( this . project . addons . includes ( this ) ) {
3131 this . project . addons . splice (
32- this . project . addons . map ( a => a . name ) . indexOf ( 'ember-source ' ) + 1 ,
32+ this . project . addons . map ( a => a . name ) . indexOf ( 'ember-cli-typescript ' ) + 1 ,
3333 0 ,
3434 this . addons . find ( addon => addon . name === 'ember-cli-typescript-blueprints' ) ) ;
3535 }
You can’t perform that action at this time.
0 commit comments