Skip to content

Commit

Permalink
Merge pull request #277 from Dockbit/javascript-preprocessor
Browse files Browse the repository at this point in the history
Silence JavaScript preprocessor deprecation warning on Ember 2.12
  • Loading branch information
danielspaniel committed Mar 22, 2017
2 parents d1339bc + 5371209 commit b0c5cdc
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 @@ -23,13 +23,13 @@
"license": "MIT",
"dependencies": {
"broccoli-funnel": "^1.0.1",
"broccoli-merge-trees": "^1.1.1"
"broccoli-merge-trees": "^1.1.1",
"ember-cli-babel": "latest"
},
"devDependencies": {
"active-model-adapter": "2.1.1",
"broccoli-asset-rev": "^2.1.2",
"ember-cli": "^2.12.0",
"ember-cli-babel": "latest",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-deprecation-workflow": "^0.2.3",
"ember-cli-htmlbars": "1.1.1",
Expand Down

0 comments on commit b0c5cdc

Please sign in to comment.