Skip to content

Commit

Permalink
fix: husky
Browse files Browse the repository at this point in the history
  • Loading branch information
xusd320 committed Jul 19, 2024
1 parent 8f63b49 commit c70af5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ava": "^6.0.1",
"cheerio": "^1.0.0-rc.12",
"htmlparser-benchmark": "^1.1.3",
"husky": "^8.0.3",
"husky": "^8.0.0",
"js-beautify": "^1.15.1"
},
"ava": {
Expand All @@ -55,7 +55,8 @@
"version": "napi version",
"test": "ava",
"patchdts": "cat ./patch.d.ts >> ./index.d.ts",
"benchmark": "node ./benchmark/benchmark.mjs"
"benchmark": "node ./benchmark/benchmark.mjs",
"prepare": "husky install"
},
"repository": "https://github.com/niddle-rs/niddle",
"packageManager": "[email protected]",
Expand Down

0 comments on commit c70af5e

Please sign in to comment.