rm husky stuff

This commit is contained in:
nick-delirium 2024-07-09 17:47:56 +02:00
parent bf8126639f
commit 1bac14ca96
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0
4 changed files with 1 additions and 9 deletions

Binary file not shown.

View file

@ -22,7 +22,6 @@
"replace-pkg-version": "sh pkgver.sh",
"replace-req-version": "replace-in-files lib/* cjs/* --string='REQUIRED_TRACKER_VERSION' --replacement='13.0.0'",
"prepublishOnly": "bun run test && bun run build",
"prepare": "cd ../../ && husky install tracker/.husky/",
"lint-front": "lint-staged",
"test": "jest --coverage=false",
"test:ci": "jest --coverage=true",
@ -44,7 +43,6 @@
"eslint": "^7.8.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^13.0.3",
@ -53,11 +51,6 @@
"ts-jest": "^29.0.3",
"typescript": "^4.6.0-dev.20211126"
},
"husky": {
"hooks": {
"pre-commit": "sh lint.sh"
}
},
"lint-staged": {
"*.{js,mjs,cjs,jsx,ts,tsx}": [
"eslint --fix --quiet"

View file

@ -1 +1 @@
export const pkgVersion = '9.0.0'
export const pkgVersion = "9.0.0";

View file

@ -21,7 +21,6 @@
"rollup": "rollup --config rollup.config.js",
"compile": "node --experimental-modules --experimental-json-modules scripts/compile.cjs",
"build": "bun run clean && bun run tscRun && bun run rollup && bun run compile",
"prepare": "cd ../../ && husky install tracker/.husky/",
"lint-front": "lint-staged",
"test": "jest --coverage=false",
"test:ci": "jest --coverage=true",