diff --git a/README.md b/README.md index f9be28a..7ece3fa 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![npm](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) [![npm](https://img.shields.io/npm/l/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) [![npm](https://img.shields.io/npm/dt/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) -[![github](https://img.shields.io/github/last-commit/ayoayco/astro-reactive-form)](https://github.com/ayoayco/astro-reactive-form) +[![github](https://img.shields.io/github/last-commit/ayoayco/astro-reactive-library)](https://github.com/ayoayco/astro-reactive-library) # Components and utilities for building reactive user interfaces 🔥 Build blazing-fast user interfaces with native [Astro](https://astro.build) components and architecture. @@ -12,7 +12,7 @@ Build blazing-fast user interfaces with native [Astro](https://astro.build) comp | Packages | Version | Docs | | --- | --- | --- | -| [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-form](https://github.com/ayoayco/astro-reactive-library/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 diff --git a/demo/package.json b/demo/package.json index 437b662..a1d592a 100644 --- a/demo/package.json +++ b/demo/package.json @@ -23,11 +23,11 @@ "main": "index.js", "repository": { "type": "git", - "url": "git+https://github.com/ayoayco/astro-reactive-form.git" + "url": "git+https://github.com/ayoayco/astro-reactive-library.git" }, "license": "ISC", "bugs": { - "url": "https://github.com/ayoayco/astro-reactive-form/issues" + "url": "https://github.com/ayoayco/astro-reactive-library/issues" }, - "homepage": "https://github.com/ayoayco/astro-reactive-form#readme" + "homepage": "https://github.com/ayoayco/astro-reactive-library#readme" } diff --git a/package.json b/package.json index 2cad2a3..5f6593a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "astro-reactive-form-workspace", "description": "Astro Reactive Form Workspace", "version": "0.0.0", - "repository": "https://github.com/ayoayco/astro-reactive-form", + "repository": "https://github.com/ayoayco/astro-reactive-library", "homepage": "https://ayco.io/showcase/astro-reactive-form", "author": { "name": "Ayo Ayco", diff --git a/packages/astro-reactive-form/README.md b/packages/astro-reactive-form/README.md index 0c13e20..291cb4c 100644 --- a/packages/astro-reactive-form/README.md +++ b/packages/astro-reactive-form/README.md @@ -3,11 +3,11 @@ [![npm](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) [![npm](https://img.shields.io/npm/l/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) [![npm](https://img.shields.io/npm/dt/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) -[![github](https://img.shields.io/github/last-commit/ayoayco/astro-reactive-form)](https://github.com/ayoayco/astro-reactive-form) +[![github](https://img.shields.io/github/last-commit/ayoayco/astro-reactive-library)](https://github.com/ayoayco/astro-reactive-library) The Reactive Form component for [Astro](https://astro.build) 🔥 -_[All contributions are welcome.](https://github.com/ayoayco/astro-reactive-form/issues)_ +_[All contributions are welcome.](https://github.com/ayoayco/astro-reactive-library/issues)_ ## Installation diff --git a/packages/astro-reactive-form/package.json b/packages/astro-reactive-form/package.json index 3ca8aa0..f972576 100644 --- a/packages/astro-reactive-form/package.json +++ b/packages/astro-reactive-form/package.json @@ -2,8 +2,8 @@ "name": "astro-reactive-form", "description": "The Reactive Form component for Astro 🔥", "version": "0.1.3", - "repository": "https://github.com/ayoayco/astro-reactive-form", - "homepage": "https://ayco.io/showcase/astro-reactive-form", + "repository": "https://github.com/ayoayco/astro-reactive-library", + "homepage": "https://github.com/ayoayco/astro-reactive-library#readme", "author": { "name": "Ayo Ayco", "email": "ramon.aycojr@gmail.com", diff --git a/packages/astro-reactive-validator/package.json b/packages/astro-reactive-validator/package.json index 897b7f6..59c1b90 100644 --- a/packages/astro-reactive-validator/package.json +++ b/packages/astro-reactive-validator/package.json @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ayoayco/astro-reactive-form.git" + "url": "git+https://github.com/ayoayco/astro-reactive-library.git" }, "keywords": [ "astro-components", @@ -24,7 +24,7 @@ ], "license": "ISC", "bugs": { - "url": "https://github.com/ayoayco/astro-reactive-form/issues" + "url": "https://github.com/ayoayco/astro-reactive-library/issues" }, - "homepage": "https://github.com/ayoayco/astro-reactive-form#readme" + "homepage": "https://github.com/ayoayco/astro-reactive-library#readme" }