From 1988b4dd2f0a7e72cf5827388c1e60852e848873 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Fri, 6 Mar 2020 01:38:58 +0200 Subject: [PATCH] update package --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a555bcb..3d5ea97 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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" - } } }