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

Commit

Permalink
Merge pull request #81 from rwjblue/fix-version-check
Browse files Browse the repository at this point in the history
Update ember-cli-version-checker to be aware of nested packages.
  • Loading branch information
rwjblue committed May 10, 2017
2 parents e772ee6 + 88484a6 commit c2e6b20
Show file tree
Hide file tree
Showing 2 changed files with 5,697 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -23,9 +23,9 @@
"ember-cli": "2.11.1",
"ember-cli-app-version": "^2.0.0",
"ember-cli-babel": "^6.0.0-alpha.8",
"ember-cli-coffeescript": "^1.16.0",
"ember-cli-coffeescript": "github:rwjblue/ember-cli-coffeescript#update-version-checker-api",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-htmlbars": "^1.1.1",
"ember-cli-htmlbars": "^1.3.2",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-jshint": "^2.0.1",
"ember-cli-qunit": "^3.0.1",
Expand All @@ -45,7 +45,7 @@
],
"dependencies": {
"babel-plugin-htmlbars-inline-precompile": "^0.2.3",
"ember-cli-version-checker": "^1.2.0",
"ember-cli-version-checker": "^2.0.0",
"hash-for-dep": "^1.0.2",
"silent-error": "^1.1.0"
},
Expand Down

0 comments on commit c2e6b20

Please sign in to comment.