Skip to content

Commit 94c1202

Browse files
committed
Move testing dependencies to devDependencies
1 parent 425d73a commit 94c1202

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
@@ -19,17 +19,17 @@
1919
"dependencies": {
2020
"https-proxy-agent": "^2.2.1",
2121
"is-running": "^2.0.0",
22-
"ps-tree": "^1.1.0",
23-
"sinon": "^1.17.6",
24-
"temp-fs": "^0.9.9"
22+
"ps-tree": "^1.1.0"
2523
},
2624
"devDependencies": {
2725
"eslint": "1.10.3",
2826
"expect.js": "0.3.1",
2927
"mocha": "2.4.5",
3028
"mocks": "0.0.15",
3129
"proxy": "^0.2.4",
32-
"rimraf": "^2.5.4"
30+
"rimraf": "^2.5.4",
31+
"sinon": "^1.17.6",
32+
"temp-fs": "^0.9.9"
3333
},
3434
"bugs": "https://github.com/browserstack/browserstack-local-nodejs/issues",
3535
"homepage": "https://github.com/browserstack/browserstack-local-nodejs",

0 commit comments

Comments
 (0)