Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
Remove ember-cli-babel from dependencies.
Browse files Browse the repository at this point in the history
We do not serve an addon tree that needs transpiling.
  • Loading branch information
rwjblue committed Nov 19, 2015
1 parent 500da89 commit 1edccfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"broccoli-asset-rev": "^2.1.2",
"ember-cli": "1.13.8",
"ember-cli-app-version": "0.5.0",
"ember-cli-babel": "^5.1.3",
"ember-cli-content-security-policy": "0.4.0",
"ember-cli-dependency-checker": "^1.0.1",
"ember-cli-htmlbars": "0.7.9",
Expand All @@ -45,8 +46,7 @@
"security"
],
"dependencies": {
"broccoli-sri-hash": "^1.2.1",
"ember-cli-babel": "^5.1.3"
"broccoli-sri-hash": "^1.2.1"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand All @@ -56,4 +56,4 @@
"ember-cli-uglify"
]
}
}
}

0 comments on commit 1edccfe

Please sign in to comment.