Skip to content

Commit

Permalink
Add ember-cli-dependency-checker.
Browse files Browse the repository at this point in the history
Since we are using ember-cli to build ember-data we can take advantage
of the work done in ember-cli-dependency-checker to ensure that the deps
in `node_modules` and `bower_components` actually match what is
specified in the `package.json`/`bower.json`.

With this added, running `ember` commands will error if matching
versions are not found.
  • Loading branch information
rwjblue committed Aug 10, 2015
1 parent 60f13f4 commit 9f4c277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"defeatureify": "~0.1.4",
"ejs": "^1.0.0",
"ember-cli": "^0.1.15",
"ember-cli-dependency-checker": "^1.0.1",
"ember-inflector": "^1.9.0",
"ember-publisher": "0.0.7",
"es6-module-transpiler": "^0.9.5",
Expand Down

0 comments on commit 9f4c277

Please sign in to comment.