Skip to content

Commit

Permalink
Remove unneeded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored and mansona committed May 24, 2024
1 parent b2adb75 commit 128eee4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,15 @@ module.exports = {
await uninstallTask.run({
'save-dev': true,
verbose: false,
packages: ['ember-fetch'],
packages: [
'ember-fetch',
'broccoli-asset-rev',
'ember-cli-app-version',
'ember-cli-clean-css',
'ember-cli-dependency-checker',
'ember-cli-sri',
'ember-cli-terser',
],
packageManager: options.packageManager,
});
},
Expand Down

0 comments on commit 128eee4

Please sign in to comment.