Skip to content

Commit 8bc4502

Browse files
authored
Merge pull request #4 from browserstack/package-dependencies
Package dependencies
2 parents d890a4e + 3097d8d commit 8bc4502

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browserstack-cypress-cli",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "BrowserStack Cypress CLI for Cypress integration with BrowserStack's remote devices.",
55
"main": "index.js",
66
"scripts": {
@@ -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)