Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
Remove ember-cli-babel dependency.
Browse files Browse the repository at this point in the history
Since this addon has no code in `addon/` or `addon-test-support/` we do
not need a hard dependency on `ember-cli-babel` and it can be a dev
dependency just fine.
  • Loading branch information
rwjblue committed Nov 13, 2019
1 parent 75f2fd7 commit 8adde8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Empty file removed addon/.gitkeep
Empty file.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"license": "MIT",
"devDependencies": {
"ember-cli": "~3.9.0",
"ember-cli-babel": "^7.11.0",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-htmlbars": "^3.1.0",
"ember-cli-htmlbars-inline-precompile": "^2.1.0",
Expand All @@ -36,9 +37,7 @@
"keywords": [
"ember-addon"
],
"dependencies": {
"ember-cli-babel": "^7.11.0"
},
"dependencies": { },
"ember-addon": {
"configPath": "tests/dummy/config"
},
Expand Down

0 comments on commit 8adde8c

Please sign in to comment.