Skip to content

Commit

Permalink
[BUGFIX release] Move test only dependencies into devDependencies.
Browse files Browse the repository at this point in the history
Also fixed small issue (which was being squelched by bugs in deps that
have been updated here) with a merge (needed to allow overwriting).
  • Loading branch information
rwjblue committed Oct 12, 2017
1 parent 5b336b5 commit f1c685d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,8 @@
"broccoli-funnel": "^1.2.0",
"broccoli-merge-trees": "^2.0.0",
"broccoli-rollup": "^1.2.0",
"broccoli-test-helper": "^1.2.0",
"calculate-cache-key-for-tree": "^1.1.0",
"chalk": "^1.1.1",
"co": "^4.6.0",
"common-tags": "^1.4.0",
"ember-cli-babel": "^6.8.2",
"ember-cli-path-utils": "^1.0.0",
"ember-cli-string-utils": "^1.0.0",
Expand All @@ -51,8 +48,7 @@
"inflection": "^1.8.0",
"npm-git-info": "^1.0.0",
"semver": "^5.1.0",
"silent-error": "^1.0.0",
"testem": "^1.15.0"
"silent-error": "^1.0.0"
},
"devDependencies": {
"babel-plugin-debug-macros": "^0.1.7",
Expand All @@ -70,8 +66,11 @@
"broccoli-concat": "^3.2.2",
"broccoli-stew": "^1.4.2",
"broccoli-string-replace": "^0.1.1",
"broccoli-test-helper": "^1.2.0",
"broccoli-uglify-sourcemap": "^1.0.1",
"broccoli-yuidoc": "^2.1.0",
"co": "^4.6.0",
"common-tags": "^1.4.0",
"ember-ajax": "^2.4.1",
"ember-cli": "^2.11.1",
"ember-cli-app-version": "^3.0.0",
Expand Down Expand Up @@ -110,7 +109,8 @@
"morgan": "^1.7.0",
"rimraf": "2.5.2",
"rsvp": "4.7.0",
"testdouble": "^3.2.6"
"testdouble": "^3.2.6",
"testem": "^1.15.0"
},
"peerDependencies": {
"ember-inflector": "^2.0.0"
Expand Down

0 comments on commit f1c685d

Please sign in to comment.