Skip to content

Commit a970e7d

Browse files
committed
Move testing dependencies to devDependencies
1 parent 05ae30c commit a970e7d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,22 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"https-proxy-agent": "^1.0.0",
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",
35-
"repository": {
36-
"type" : "git",
35+
"repository": {
36+
"type" : "git",
3737
"url" : "https://github.com/browserstack/browserstack-local-nodejs.git"
3838
}
3939
}
40-

0 commit comments

Comments
 (0)