Skip to content

Commit

Permalink
Bumps version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webair committed May 23, 2024
1 parent d718474 commit a571b62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Vite plugin to test vue files isolated",
"author": "re:thinc",
"license": "LGPL-3.0-or-later",
"version": "0.0.8",
"version": "1.0.0",
"type": "module",
"private": false,
"repository": {
Expand All @@ -19,6 +19,7 @@
"import": "./dist/vite-plugin-vue-examples.js"
}
},
"types": "./dist/vite-plugin-vue-examples.d.ts",
"scripts": {
"dev": "rm -rf dist && vite build -w -c vite.config.dev.ts",
"build": "vite build",
Expand Down

0 comments on commit a571b62

Please sign in to comment.