fix/remove-husky

This commit is contained in:
Alexis Tyler
2021-02-23 18:23:35 +10:30
parent 66be2fe623
commit d8fb081c43
2 changed files with 0 additions and 12 deletions

6
package-lock.json generated
View File

@@ -8217,12 +8217,6 @@
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
},
"husky": {
"version": "5.0.9",
"resolved": "https://registry.npmjs.org/husky/-/husky-5.0.9.tgz",
"integrity": "sha512-0SjcaY21a+IRdx7p7r/X33Vc09UR2m8SbP8yfkhUX2/jAmwcz+GR7i9jXkp2pP3GfX23JhMkVP6SWwXB18uXtg==",
"dev": true
},
"iconv-lite": {
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",

View File

@@ -146,7 +146,6 @@
"cz-conventional-changelog": "3.3.0",
"eslint": "^7.20.0",
"esprint": "^2.0.0",
"husky": "5.0.9",
"modclean": "^3.0.0-beta.1",
"node-env-run": "^4.0.2",
"p-each-series": "^2.2.0",
@@ -166,11 +165,6 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"bundledDependencies": [
"@apollo/client",
"@graphql-tools/load-files",