chore: bump patch, update commands (#73)

This commit is contained in:
Ayo Ayco 2022-10-08 22:51:08 +02:00 committed by GitHub
parent 06f53bc78f
commit 9a35744142
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -22,9 +22,9 @@
"test:watch": "npm run test:watch --workspaces --if-present", "test:watch": "npm run test:watch --workspaces --if-present",
"dev": "npm run dev -w demo", "dev": "npm run dev -w demo",
"docs": "npm run dev -w docs", "docs": "npm run dev -w docs",
"bump": "npm version patch -w", "bump:patch": "npm version patch -w",
"bump-minor": "npm version minor -w", "bump:minor": "npm version minor -w",
"bump-major": "npm version major -w", "bump:major": "npm version major -w",
"publish": "npm publish --public -w" "publish": "npm publish --public -w"
}, },
"license": "ISC", "license": "ISC",

View file

@ -1,7 +1,7 @@
{ {
"name": "astro-reactive-form", "name": "astro-reactive-form",
"description": "The Reactive Form component for Astro 🔥", "description": "The Reactive Form component for Astro 🔥",
"version": "0.2.5", "version": "0.2.6",
"repository": "https://github.com/ayoayco/astro-reactive-library", "repository": "https://github.com/ayoayco/astro-reactive-library",
"homepage": "https://github.com/ayoayco/astro-reactive-library#readme", "homepage": "https://github.com/ayoayco/astro-reactive-library#readme",
"author": { "author": {