build: Remove husky

This commit is contained in:
Samir L. Boulema 2026-04-30 19:56:15 +02:00
parent c9914e55ea
commit a4f2488413
3 changed files with 0 additions and 19 deletions

View file

@ -1,7 +1,5 @@
main.js
node_modules/
.husky
.circleci
jest/
jest.config.js
*.md

16
package-lock.json generated
View file

@ -15,7 +15,6 @@
"builtin-modules": "3.3.0",
"esbuild": "0.14.47",
"eslint": "^8.24.0",
"husky": "^8.0.1",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"jsdom": "^20.0.1",
@ -3759,21 +3758,6 @@
"node": ">=10.17.0"
}
},
"node_modules/husky": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/husky/-/husky-8.0.1.tgz",
"integrity": "sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==",
"dev": true,
"bin": {
"husky": "lib/bin.js"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
}
},
"node_modules/iconv-lite": {
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",

View file

@ -10,7 +10,6 @@
"format-check": "npx prettier --check .",
"test": "jest",
"verify": "npm run test && npm run lint && npm run format-check",
"prepare": "husky install",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},