Skip to content

Commit 846a99a

Browse files
committed
Move testing dependencies to devDependencies
1 parent cc6a088 commit 846a99a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"https-proxy-agent": "^2.2.1",
21-
"is-running": "^2.0.0",
22-
"sinon": "^1.17.6",
23-
"temp-fs": "^0.9.9"
21+
"is-running": "^2.0.0"
2422
},
2523
"devDependencies": {
2624
"eslint": "1.10.3",
2725
"expect.js": "0.3.1",
2826
"mocha": "2.4.5",
2927
"mocks": "0.0.15",
3028
"proxy": "^0.2.4",
31-
"rimraf": "^2.5.4"
29+
"rimraf": "^2.5.4",
30+
"sinon": "^1.17.6",
31+
"temp-fs": "^0.9.9"
3232
},
3333
"bugs": "https://github.com/browserstack/browserstack-local-nodejs/issues",
3434
"homepage": "https://github.com/browserstack/browserstack-local-nodejs",

0 commit comments

Comments
 (0)