Skip to content

Commit

Permalink
Move ember-cli-babel to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kimroen committed Feb 21, 2016
1 parent 5e03365 commit 2174906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"broccoli-asset-rev": "^2.2.0",
"ember-cli": "2.3.0",
"ember-cli-app-version": "^1.0.0",
"ember-cli-babel": "^5.1.5",
"ember-cli-dependency-checker": "^1.2.0",
"ember-cli-htmlbars": "^1.0.1",
"ember-cli-htmlbars-inline-precompile": "^0.3.1",
Expand All @@ -53,8 +54,7 @@
],
"dependencies": {
"broccoli-autoprefixer": "^4.1.0",
"lodash": "^4.0.0",
"ember-cli-babel": "^5.1.5"
"lodash": "^4.0.0"
},
"ember-addon": {
"configPath": "tests/dummy/config"
Expand Down

0 comments on commit 2174906

Please sign in to comment.