Skip to content

Commit 6d089d9

Browse files
Merge pull request #70 from alecf/alecf-sinon-dependency
move sinon to a devDependency
2 parents 1ae773d + e7af8c0 commit 6d089d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"https-proxy-agent": "^2.2.1",
2222
"is-running": "^2.0.0",
2323
"ps-tree": "=1.1.1",
24-
"sinon": "^1.17.6",
2524
"temp-fs": "^0.9.9"
2625
},
2726
"devDependencies": {
@@ -30,7 +29,8 @@
3029
"mocha": "2.4.5",
3130
"mocks": "0.0.15",
3231
"proxy": "^0.2.4",
33-
"rimraf": "^2.5.4"
32+
"rimraf": "^2.5.4",
33+
"sinon": "^1.17.6"
3434
},
3535
"bugs": "https://github.com/browserstack/browserstack-local-nodejs/issues",
3636
"homepage": "https://github.com/browserstack/browserstack-local-nodejs",

0 commit comments

Comments
 (0)