Skip to content

Commit

Permalink
chore: remove postinstall and prepare scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron committed Sep 19, 2024
1 parent 3530eba commit 1816ffa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/util",
"version": "3.3.9",
"version": "3.3.10",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand All @@ -26,9 +26,7 @@
"build": "run-p build:*",
"ci": "run-s lint test build",
"prepublishOnly": "npm run ci",
"benchmarks": "node benchmarks/path-2-string.test && node benchmarks/path-2-absolute.test",
"postinstall": "husky install",
"prepare": "husky install"
"benchmarks": "node benchmarks/path-2-string.test && node benchmarks/path-2-absolute.test"
},
"keywords": [
"util",
Expand Down

0 comments on commit 1816ffa

Please sign in to comment.