diff --git a/package.json b/package.json index 4992beb42..6e767ca67 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "friendly-errors-webpack-plugin": "1.6.1", "github-markdown-css": "2.10.0", "html-webpack-plugin": "2.30.1", - "husky": "0.14.3", + "husky": "0.15.0-rc.8", "identity-obj-proxy": "3.0.0", "in-publish": "2.0.0", "jest": "22.1.4", @@ -176,7 +176,7 @@ }, "husky": { "hooks": { - "pre-commit": "yarn run lint" + "pre-commit": "npm run lint" } }, "license": "MIT", diff --git a/yarn.lock b/yarn.lock index a79a813c0..b8fce1e9c 100644 Binary files a/yarn.lock and b/yarn.lock differ