chore: bump patch; update script (#39)

This commit is contained in:
Ayo Ayco 2022-10-04 17:36:15 +02:00 committed by GitHub
parent ca9cd27b0d
commit 66d782bdf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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": {