Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Jul 22, 2024
1 parent eece9b5 commit 73de575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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'",
Expand Down

0 comments on commit 73de575

Please sign in to comment.