Skip to content

Commit

Permalink
chore(): move deps to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
crobinson42 committed Sep 25, 2018
1 parent 8c002bf commit c1b97b7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@
"test": "npm run build && npm run karma && npm run karma_fetch && npm run cover",
"release": "npm test && npm run doc && repo-tools updates && repo-tools changelog && repo-tools authors"
},
"dependencies": {
"js-data": "3.x.x",
"js-data-adapter": "1.x.x",
"karma-sauce-launcher": "^1.2.0"
},
"peerDependencies": {
"js-data": ">= 3.0.0"
},
Expand All @@ -89,13 +84,16 @@
"chai": "^4.0.2",
"ink-docstrap": "git+https://github.com/js-data/docstrap.git#cfbe45fa313e1628c493076d5e15d2b855dfbf2c",
"istanbul": "0.4.5",
"js-data": "3.x.x",
"js-data-adapter": "1.x.x",
"js-data-repo-tools": "1.0.0",
"jsdoc": "^3.4.3",
"karma": "^1.7.0",
"karma-browserstack-launcher": "1.3.0",
"karma-chai": "0.1.0",
"karma-mocha": "1.3.0",
"karma-phantomjs-launcher": "1.0.4",
"karma-sauce-launcher": "^1.2.0",
"karma-sinon": "1.0.5",
"mocha": "^3.4.2",
"phantomjs-prebuilt": "^2.1.14",
Expand Down

0 comments on commit c1b97b7

Please sign in to comment.