Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
chore: fix husky
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 15, 2022
1 parent a128767 commit d64cdcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"exports": "./src/index.js",
"main": "./src/index.js",
"scripts": {
"prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/",
"prepublishOnly": "npm ci && npm test",
"test": "run-s format test:dev",
"test:dev": "ava",
Expand Down Expand Up @@ -42,6 +43,7 @@
"@netlify/eslint-config-node": "^4.1.3",
"ava": "^3.0.0",
"c8": "^7.11.0",
"husky": "^7.0.4",
"test-each": "^2.0.1"
},
"files": [
Expand All @@ -53,12 +55,6 @@
],
"verbose": true
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-push": "npm run format"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/netlify/netlify-headers-parser.git"
Expand Down

0 comments on commit d64cdcb

Please sign in to comment.