0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

fix: husky hook to lint code before commit message

This commit is contained in:
Juan Picado @jotadeveloper 2018-02-25 20:37:59 +01:00
parent a3d084b737
commit 7d1ab390c1
No known key found for this signature in database
GPG key ID: 18AC54485952D158
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@
"friendly-errors-webpack-plugin": "1.6.1", "friendly-errors-webpack-plugin": "1.6.1",
"github-markdown-css": "2.10.0", "github-markdown-css": "2.10.0",
"html-webpack-plugin": "2.30.1", "html-webpack-plugin": "2.30.1",
"husky": "0.14.3", "husky": "0.15.0-rc.8",
"identity-obj-proxy": "3.0.0", "identity-obj-proxy": "3.0.0",
"in-publish": "2.0.0", "in-publish": "2.0.0",
"jest": "22.1.4", "jest": "22.1.4",
@ -176,7 +176,7 @@
}, },
"husky": { "husky": {
"hooks": { "hooks": {
"pre-commit": "yarn run lint" "pre-commit": "npm run lint"
} }
}, },
"license": "MIT", "license": "MIT",

BIN
yarn.lock

Binary file not shown.