chore: fix repository links

This commit is contained in:
Ayo 2022-10-01 16:48:20 +02:00
parent 4c841b67a2
commit d00c7bc5d5
6 changed files with 13 additions and 13 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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