From df0d874a42aca2336d4952ecd1472be8651c6bcc Mon Sep 17 00:00:00 2001 From: cf Date: Tue, 2 Jul 2024 02:05:38 +0800 Subject: [PATCH] updated package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40b1275..d6fdc15 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "module": "dist/esm/index.js", "umd:main": "dist/umd/index.js", "scripts": { - "_postinstall": "husky install", + "postinstall": "husky install", "prepublishOnly": "pinst --disable", "postpublish": "pinst --enable", "build": "npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:types",