Skip to content

Commit a1e9800

Browse files
Merge pull request #172 from browserstack/move_devdependency
Move test dependency to dev dependency
2 parents f11c8ea + 1347d99 commit a1e9800

File tree

2 files changed

+49
-22
lines changed

2 files changed

+49
-22
lines changed

package-lock.json

Lines changed: 45 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@
1818
"author": "BrowserStack",
1919
"license": "MIT",
2020
"dependencies": {
21+
"agent-base": "^6.0.2",
2122
"https-proxy-agent": "^5.0.1",
2223
"is-running": "^2.1.0",
23-
"ps-tree": "=1.2.0",
24-
"temp-fs": "^0.9.9",
25-
"agent-base": "^6.0.2"
24+
"ps-tree": "=1.2.0"
2625
},
2726
"devDependencies": {
2827
"eslint": "^7.0.0",
@@ -32,7 +31,8 @@
3231
"mocks": "0.0.15",
3332
"proxy": "^1.0.2",
3433
"rimraf": "^3.0.2",
35-
"sinon": "^1.17.6"
34+
"sinon": "^1.17.6",
35+
"temp-fs": "^0.9.9"
3636
},
3737
"bugs": "https://github.com/browserstack/browserstack-local-nodejs/issues",
3838
"homepage": "https://github.com/browserstack/browserstack-local-nodejs",

0 commit comments

Comments
 (0)