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 b350c45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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
6 changes: 4 additions & 2 deletions integrations/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@tethr/vue3",
"version": "1.0.0",
"version": "0.0.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"files": [
"index.js"
"lib"
],
"homepage": "https://baku89.github.io/tethr/",
"license": "MIT",
"dependencies": {
"vue": "^3.0.0",
"tethr": "^0.2.0"
Expand Down

0 comments on commit b350c45

Please sign in to comment.