From 73de57572f245f35b6846e7ebd6454240f276784 Mon Sep 17 00:00:00 2001 From: Zhengqbbb <1074059947@qq.com> Date: Tue, 23 Jul 2024 00:40:20 +0800 Subject: [PATCH] chore: update config --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9610ac7..ed0ac89 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "resvg-cli", "type": "module", - "version": "2.6.2-beta.2", + "version": "2.6.2-beta.3", "packageManager": "pnpm@9.6.0", "description": "A high-performance SVG renderer CLI, powered by resvg-js and Rust based resvg and napi-rs", "license": "MPL-2.0", @@ -47,7 +47,7 @@ "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "vitest", - "postinstall": "simple-git-hooks", + "prepare": "simple-git-hooks", "prepack": "run-s lint build", "release": "run-s release:bump release:publish", "release:bump": "bumpp --all -c 'build: :bookmark: publish v%s'",