From 019b0523ecd88151758fc9e820074919758d10b6 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 1 Oct 2022 16:39:35 +0200 Subject: [PATCH] chore: update package info; monorepo readme --- README.md | 11 ++++++++++- demo/package.json | 6 +++++- package.json | 8 ++++---- packages/astro-reactive-form/package.json | 10 +++++----- packages/astro-reactive-validator/package.json | 6 +++++- 5 files changed, 29 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 327cf89..ee434dc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ [![github](https://img.shields.io/github/last-commit/ayoayco/astro-reactive-form)](https://github.com/ayoayco/astro-reactive-form) # Components and utilities for building reactive user interfaces 🔥 - Build blazing-fast user interfaces with native [Astro](https://astro.build) components and architecture. *[Please report issues and suggestions](https://github.com/ayoayco/astro-reactive-library/issues)* @@ -15,3 +14,13 @@ Build blazing-fast user interfaces with native [Astro](https://astro.build) comp | --- | --- | --- | | [astro-reactive-form](https://github.com/ayoayco/astro-reactive-form/tree/main/packages/astro-reactive-form) | [![npm](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) | 🛠 in-progress | | astro-reactive-validator | 🛠 in-progress | 🛠 in-progress | + +# Running the demo app +To run the demo app locally: +1. Clone/Fork the project +1. Install deps: `npm i` +1. Run the demo app: `npm run demo` + +*[Please report issues and suggestions](https://github.com/ayoayco/astro-reactive-library/issues)* + +Created by [Ayo Ayco](https://ayco.io) \ No newline at end of file diff --git a/demo/package.json b/demo/package.json index 215e653..437b662 100644 --- a/demo/package.json +++ b/demo/package.json @@ -3,6 +3,11 @@ "description": "Demo App for Astro Reactive Form", "type": "module", "version": "0.0.1", + "author": { + "name": "Ayo Ayco", + "email": "ramon.aycojr@gmail.com", + "url": "https://ayco.io" + }, "private": true, "scripts": { "dev": "astro dev", @@ -20,7 +25,6 @@ "type": "git", "url": "git+https://github.com/ayoayco/astro-reactive-form.git" }, - "author": "Ayo Ayco", "license": "ISC", "bugs": { "url": "https://github.com/ayoayco/astro-reactive-form/issues" diff --git a/package.json b/package.json index fcb9c4a..2cad2a3 100644 --- a/package.json +++ b/package.json @@ -4,15 +4,15 @@ "version": "0.0.0", "repository": "https://github.com/ayoayco/astro-reactive-form", "homepage": "https://ayco.io/showcase/astro-reactive-form", - "type": "module", - "exports": { - ".": "./index.ts" - }, "author": { "name": "Ayo Ayco", "email": "ramon.aycojr@gmail.com", "url": "https://ayco.io" }, + "type": "module", + "exports": { + ".": "./index.ts" + }, "scripts": { "demo": "npm run dev -w demo", "bump-package-patch": "npm version patch -w", diff --git a/packages/astro-reactive-form/package.json b/packages/astro-reactive-form/package.json index 1436765..3ca8aa0 100644 --- a/packages/astro-reactive-form/package.json +++ b/packages/astro-reactive-form/package.json @@ -4,16 +4,16 @@ "version": "0.1.3", "repository": "https://github.com/ayoayco/astro-reactive-form", "homepage": "https://ayco.io/showcase/astro-reactive-form", - "type": "module", - "exports": { - ".": "./index.ts", - "./core": "./core/index.ts" - }, "author": { "name": "Ayo Ayco", "email": "ramon.aycojr@gmail.com", "url": "https://ayco.io" }, + "type": "module", + "exports": { + ".": "./index.ts", + "./core": "./core/index.ts" + }, "files": [ "core/", "components/", diff --git a/packages/astro-reactive-validator/package.json b/packages/astro-reactive-validator/package.json index f80b8f7..897b7f6 100644 --- a/packages/astro-reactive-validator/package.json +++ b/packages/astro-reactive-validator/package.json @@ -2,6 +2,11 @@ "name": "astro-reactive-validator", "version": "0.0.0", "description": "Validation Library for Astro Reactive Form 🔥", + "author": { + "name": "Ayo Ayco", + "email": "ramon.aycojr@gmail.com", + "url": "https://ayco.io" + }, "main": "index.js", "devDependencies": {}, "scripts": { @@ -17,7 +22,6 @@ "form", "validation" ], - "author": "Ayo Ayco", "license": "ISC", "bugs": { "url": "https://github.com/ayoayco/astro-reactive-form/issues"