Skip to content

Commit

Permalink
Update verion script
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardconstantin committed Dec 13, 2024
1 parent 89d89c7 commit ca2c93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"scripts": {
"start": "node .",
"up": "npm version patch -f",
"up": "npm version minor -f",
"pub": "npm run up && npm publish"
},
"repository": {
Expand Down

0 comments on commit ca2c93a

Please sign in to comment.