chore: bump patch, update commands (#73)
This commit is contained in:
parent
06f53bc78f
commit
9a35744142
2 changed files with 4 additions and 4 deletions
|
@ -22,9 +22,9 @@
|
|||
"test:watch": "npm run test:watch --workspaces --if-present",
|
||||
"dev": "npm run dev -w demo",
|
||||
"docs": "npm run dev -w docs",
|
||||
"bump": "npm version patch -w",
|
||||
"bump-minor": "npm version minor -w",
|
||||
"bump-major": "npm version major -w",
|
||||
"bump:patch": "npm version patch -w",
|
||||
"bump:minor": "npm version minor -w",
|
||||
"bump:major": "npm version major -w",
|
||||
"publish": "npm publish --public -w"
|
||||
},
|
||||
"license": "ISC",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "astro-reactive-form",
|
||||
"description": "The Reactive Form component for Astro 🔥",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.6",
|
||||
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
||||
"homepage": "https://github.com/ayoayco/astro-reactive-library#readme",
|
||||
"author": {
|
||||
|
|
Loading…
Reference in a new issue