Skip to content

Commit

Permalink
chore: upgrade tushan version
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Feb 15, 2024
1 parent 8b416c3 commit 6b80944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dev": "cd demo/simple && pnpm dev",
"website": "cd website && pnpm dev",
"release": "release-it",
"publish:all": "pnpm -r publish --registry=https://registry.npmjs.com/",
"publish:all": "pnpm -r publish --registry=https://registry.npmjs.com/ --no-git-checks",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/tushan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tushan",
"version": "0.3.6",
"version": "0.3.7",
"description": "",
"main": "./index.ts",
"scripts": {
Expand Down

0 comments on commit 6b80944

Please sign in to comment.