Skip to content

Commit

Permalink
chore: release v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 committed Feb 10, 2023
1 parent f293b2c commit 2d63d3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edison1105/cpr",
"version": "0.0.9",
"version": "0.0.10",
"packageManager": "[email protected]",
"description": "Check if your PRs are in conflict.",
"author": "Edison1105 <[email protected]>",
Expand Down Expand Up @@ -36,8 +36,7 @@
"build": "unbuild",
"stub": "unbuild --stub",
"release": "bumpp && npm publish --access=public",
"format": "prettier --write --cache --parser typescript \"**/*.[tj]s?(x)\"",
"postinstall": "simple-git-hooks"
"format": "prettier --write --cache --parser typescript \"**/*.[tj]s?(x)\""
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down

0 comments on commit 2d63d3b

Please sign in to comment.