Skip to content

Commit 25f9798

Browse files
Merge pull request #169 from browserstack/unzipper_npm_install
Moving unzipper from devDependencies to dependencies
2 parents 9178356 + 4ad47c0 commit 25f9798

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"uuid": "^8.3.2",
2727
"winston": "^2.3.1",
2828
"yargs": "^14.2.3",
29-
"axios": "^0.21.1"
29+
"axios": "^0.21.1",
30+
"unzipper": "^0.10.11"
3031
},
3132
"repository": {
3233
"type": "git",
@@ -37,15 +38,13 @@
3738
"url": "https://github.com/browserstack/browserstack-cypress-cli/issues"
3839
},
3940
"devDependencies": {
40-
"axios": "^0.21.1",
4141
"chai": "^4.2.0",
4242
"chai-as-promised": "^7.1.1",
4343
"custom-env": "^2.0.1",
4444
"mocha": "^7.1.2",
4545
"nyc": "^15.0.1",
4646
"proxyquire": "^2.1.3",
4747
"rewire": "^5.0.0",
48-
"sinon": "^9.0.2",
49-
"unzipper": "^0.10.11"
48+
"sinon": "^9.0.2"
5049
}
5150
}

0 commit comments

Comments
 (0)