mirror of
https://github.com/unraid/api.git
synced 2026-01-14 12:39:53 -06:00
fix/remove-husky
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user