File tree Expand file tree Collapse file tree
blueprints/ember-cli-new-version Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ module . exports = {
2+ normalizeEntityName ( ) { } , // no-op since we're just adding dependencies
3+
4+ afterInstall ( ) {
5+ // Add addons to package.json and run defaultBlueprint
6+ return this . addAddonToProject ( 'ember-fetch' ) ;
7+ }
8+ } ;
Original file line number Diff line number Diff line change 4141 "loader.js" : " ^4.7.0" ,
4242 "mirage" : " 0.0.7" ,
4343 "qunit-dom" : " ^0.8.0" ,
44- "standard-version" : " ^4.4.0"
44+ "standard-version" : " ^4.4.0" ,
45+ "ember-fetch" : " ^6.4.0"
4546 },
4647 "keywords" : [
4748 " ember-addon" ,
6465 "broccoli-file-creator" : " ^2.1.1" ,
6566 "ember-cli-babel" : " ^7.1.2" ,
6667 "ember-cli-htmlbars" : " ^3.0.1" ,
67- "ember-concurrency" : " ^0.8.26" ,
68- "ember-fetch" : " ^6.4.0"
68+ "ember-concurrency" : " ^0.8.26"
6969 },
7070 "ember-addon" : {
7171 "configPath" : " tests/dummy/config"
You can’t perform that action at this time.
0 commit comments