Skip to content

Commit

Permalink
Add ember-cli-babel as a dependency (not devDep).
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Dec 5, 2016
1 parent ce2d1af commit a7ff981
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -30,12 +30,14 @@
"start": "ember server",
"test": "ember try:each"
},
"dependencies": {
"ember-cli-babel": "^5.1.6"
},
"devDependencies": {
"broccoli-asset-rev": "^2.4.2",
"ember-ajax": "^2.0.1",
"ember-cli": "2.7.0-beta.6",
"ember-cli-app-version": "^1.0.0",
"ember-cli-babel": "^5.1.6",
"ember-cli-dependency-checker": "^1.2.0",
"ember-cli-htmlbars": "^1.0.3",
"ember-cli-htmlbars-inline-precompile": "^0.3.1",
Expand Down

0 comments on commit a7ff981

Please sign in to comment.