We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9178356 commit 4ad47c0Copy full SHA for 4ad47c0
package.json
@@ -26,7 +26,8 @@
26
"uuid": "^8.3.2",
27
"winston": "^2.3.1",
28
"yargs": "^14.2.3",
29
- "axios": "^0.21.1"
+ "axios": "^0.21.1",
30
+ "unzipper": "^0.10.11"
31
},
32
"repository": {
33
"type": "git",
@@ -37,15 +38,13 @@
37
38
"url": "https://github.com/browserstack/browserstack-cypress-cli/issues"
39
40
"devDependencies": {
- "axios": "^0.21.1",
41
"chai": "^4.2.0",
42
"chai-as-promised": "^7.1.1",
43
"custom-env": "^2.0.1",
44
"mocha": "^7.1.2",
45
"nyc": "^15.0.1",
46
"proxyquire": "^2.1.3",
47
"rewire": "^5.0.0",
48
- "sinon": "^9.0.2",
49
- "unzipper": "^0.10.11"
+ "sinon": "^9.0.2"
50
}
51
0 commit comments