Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
fix(deps): move test-only deps to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Apr 10, 2017
1 parent 3ed52cb commit 2daaf80
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,26 +37,25 @@
],
"dependencies": {
"agentkeepalive": "^3.1.0",
"bluebird": "^3.5.0",
"cacache": "^7.0.3",
"checksum-stream": "^1.0.2",
"http-proxy-agent": "^1.0.0",
"https-proxy-agent": "^1.0.0",
"http-cache-semantics": "^3.7.3",
"lru-cache": "^4.0.2",
"mississippi": "^1.2.0",
"node-fetch": "2.0.0-alpha.3",
"promise-retry": "^1.1.1",
"safe-buffer": "^5.0.1",
"socks-proxy-agent": "^2.0.0",
"ssri": "^4.0.0"
},
"devDependencies": {
"bluebird": "^3.5.0",
"mkdirp": "^0.5.1",
"nock": "^9.0.6",
"npmlog": "^4.0.1",
"nyc": "^10.0.0",
"rimraf": "^2.5.4",
"safe-buffer": "^5.0.1",
"standard": "^10.0.1",
"standard-version": "^4.0.0",
"tacks": "^1.2.6",
Expand Down

0 comments on commit 2daaf80

Please sign in to comment.