Skip to content

Commit

Permalink
Remove husky and lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 20, 2024
1 parent 90b80a6 commit f8a9083
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 302 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,13 @@
"install": "node-gyp-build",
"parse": "tree-sitter parse",
"prebuildify": "prebuildify --napi --strip",
"prepare": "husky install",
"test": "tree-sitter test"
},
"lint-staged": {
"*.js": "prettier --write"
},
"dependencies": {
"node-addon-api": "^8.1.0",
"node-gyp-build": "^4.8.0"
},
"devDependencies": {
"husky": "^7.0.4",
"lint-staged": "^15.2.2",
"prebuildify": "^6.0.0",
"prettier": "^2.8.8",
"release-plan": "^0.9.0",
Expand Down
Loading

0 comments on commit f8a9083

Please sign in to comment.