chore: bump patch; update script (#39)
This commit is contained in:
parent
ca9cd27b0d
commit
66d782bdf0
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
"start": "npm run dev -w demo",
|
||||
"test": "npm run test --workspaces --if-present",
|
||||
"dev": "npm run dev -w demo",
|
||||
"bump-patch": "npm version patch -w",
|
||||
"bump": "npm version patch -w",
|
||||
"bump-minor": "npm version minor -w",
|
||||
"bump-major": "npm version major -w",
|
||||
"publish": "npm publish --public -w"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "astro-reactive-form",
|
||||
"description": "The Reactive Form component for Astro 🔥",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
||||
"homepage": "https://github.com/ayoayco/astro-reactive-library#readme",
|
||||
"author": {
|
||||
|
|
Loading…
Reference in a new issue