File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 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" : {
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}
You can’t perform that action at this time.
0 commit comments