From 1816ffa35e5075854ae06273019590c8b37fe5bf Mon Sep 17 00:00:00 2001 From: Aaron Date: Fri, 20 Sep 2024 00:03:23 +0800 Subject: [PATCH] chore: remove postinstall and prepare scripts --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 59644bb..3c600ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/util", - "version": "3.3.9", + "version": "3.3.10", "license": "MIT", "sideEffects": false, "main": "lib/index.js", @@ -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",