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.

(cherry picked from commit 8adde8c)
  • Loading branch information
rwjblue committed Nov 14, 2019
1 parent 2e335cf commit 84999a5
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
Expand Up @@ -23,6 +23,7 @@
"devDependencies": {
"ember-cli": "2.8.0",
"ember-cli-app-version": "^1.0.0",
"ember-cli-babel": "^6.0.0-beta.7",
"ember-cli-dependency-checker": "^1.2.0",
"ember-cli-htmlbars": "^1.0.3",
"ember-cli-htmlbars-inline-precompile": "^0.4.0-beta.2",
Expand All @@ -38,9 +39,7 @@
"keywords": [
"ember-addon"
],
"dependencies": {
"ember-cli-babel": "^6.0.0-beta.7"
},
"dependencies": { },
"ember-addon": {
"configPath": "tests/dummy/config"
},
Expand Down

0 comments on commit 84999a5

Please sign in to comment.