Skip to content

Commit

Permalink
Merge pull request #30 from miguelcobain/master
Browse files Browse the repository at this point in the history
Add ember-cli-babel as a dependency (not devDep)
  • Loading branch information
amkirwan authored Oct 2, 2017
2 parents daf485c + fb6d9fc commit c01e2ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"ember-cli-babel": "^5.1.6"
},
"devDependencies": {
"broccoli-asset-rev": "^2.4.2",
"ember-ajax": "^2.0.1",
"ember-cli": "2.8.0",
"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 c01e2ca

Please sign in to comment.