Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-popov-tech committed Mar 5, 2020
1 parent 6cce2c1 commit 1988b4d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"bin": {
"selenoid": "./bin/index.js"
},
"husky": {
"hooks": {
"pre-push": "node bin/index.js update"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/alex-popov-tech/selenoid.git"
Expand All @@ -24,15 +29,10 @@
"dependencies": {
"@slimio/async-cli-spinner": "^0.5.2",
"got": "10.6.0",
"husky": "^4.2.3",
"husky": "4.2.3",
"tar-fs": "2.0.0",
"unzip-stream": "^0.3.0",
"unzip-stream": "0.3.0",
"unzipper": "0.10.10",
"yargs": "15.1.0"
},
"husky": {
"hooks": {
"pre-push": "node bin/index.js"
}
}
}

0 comments on commit 1988b4d

Please sign in to comment.