Skip to content

Commit

Permalink
chore: release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Nov 8, 2022
1 parent be42087 commit c73553c
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": "vite-plugin-public-typescript",
"version": "0.0.2",
"version": "0.0.3",
"description": "vite plugin that generate public javascript from typescript file",
"keywords": [
"vite",
Expand Down Expand Up @@ -33,8 +33,7 @@
"upgrade:deps": "pnpm update --i --L",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s",
"preinstall": "npx only-allow pnpm",
"bump": "pnpm run build && bumpp package.json --commit --push --tag",
"release": "pnpm run build && pnpm publish --access public"
"bump": "bumpp package.json --commit --push --tag"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c73553c

Please sign in to comment.