Skip to content

Commit

Permalink
Merge pull request #37 from rwjblue/add-babel
Browse files Browse the repository at this point in the history
Add ember-cli-babel as a dependency (not devDep).
  • Loading branch information
stefanpenner committed Dec 6, 2016
2 parents ce2d1af + a7ff981 commit b6c18d1
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 b6c18d1

Please sign in to comment.