Skip to content

Commit

Permalink
Update package.json 's
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Jun 12, 2024
1 parent f80eacc commit 815c677
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
],
"scripts": {
"build": "tsc",
"prepare": "npm run build"
"prepare": "npm run build",
"postversion": "git push && git push --tags && npm publish"
},
"files": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion integrations/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tethr/vue3",
"version": "1.0.0",
"version": "0.0.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 815c677

Please sign in to comment.