Skip to content

Commit 3097d8d

Browse files
committed
Adding package dependencies
1 parent eec9c7a commit 3097d8d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,19 @@
1111
"bin": {
1212
"browserstack-cypress": "bin/runner.js"
1313
},
14-
"devDependencies": {
14+
"dependencies": {
1515
"archiver": "^3.1.1",
1616
"fs-extra": "^8.1.0",
1717
"mkdirp": "^1.0.3",
1818
"request": "^2.88.0",
1919
"yargs": "^14.2.2"
20+
},
21+
"repository": {
22+
"type": "git",
23+
"url": "https://github.com/browserstack/browserstack-cypress-cli.git"
24+
},
25+
"homepage": "https://github.com/browserstack/browserstack-cypress-cli",
26+
"bugs": {
27+
"url": "https://github.com/browserstack/browserstack-cypress-cli/issues"
2028
}
2129
}

0 commit comments

Comments
 (0)