chore: bumbed packages version

This commit is contained in:
Gabriel Grubba
2023-02-10 16:50:45 -03:00
parent e1e6f194c4
commit ef489d896d
9 changed files with 10 additions and 8 deletions

View File

@@ -4,6 +4,8 @@
"description": "update semver in meteor js",
"main": "index.js",
"scripts": {
"bump-experimental-rc" : "node index.js @auto.rc",
"bump-experimental-beta" : "node index.js @auto.beta",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "grubba27",