-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
module.exports = { | ||
normalizeEntityName() {}, // no-op since we're just adding dependencies | ||
|
||
afterInstall() { | ||
// Add addons to package.json and run defaultBlueprint | ||
return this.addAddonToProject('ember-fetch'); | ||
} | ||
}; |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,8 @@ | |
"loader.js": "^4.7.0", | ||
"mirage": "0.0.7", | ||
"qunit-dom": "^0.8.0", | ||
"standard-version": "^4.4.0" | ||
"standard-version": "^4.4.0", | ||
"ember-fetch": "^6.4.0" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
knownasilya
Author
Collaborator
|
||
}, | ||
"keywords": [ | ||
"ember-addon", | ||
|
@@ -64,8 +65,7 @@ | |
"broccoli-file-creator": "^2.1.1", | ||
"ember-cli-babel": "^7.1.2", | ||
"ember-cli-htmlbars": "^3.0.1", | ||
"ember-concurrency": "^0.8.26", | ||
"ember-fetch": "^6.4.0" | ||
"ember-concurrency": "^0.8.26" | ||
}, | ||
"ember-addon": { | ||
"configPath": "tests/dummy/config" | ||
|
@knownasilya why not provide fetch since it is required by this addon?
Also, I think this was a breaking change in removing this dependency updates will no longer function without changes to the app.