chore: fix repository links
This commit is contained in:
parent
4c841b67a2
commit
d00c7bc5d5
6 changed files with 13 additions and 13 deletions
|
@ -3,7 +3,7 @@
|
|||
[](https://www.npmjs.com/package/astro-reactive-form)
|
||||
[](https://www.npmjs.com/package/astro-reactive-form)
|
||||
[](https://www.npmjs.com/package/astro-reactive-form)
|
||||
[](https://github.com/ayoayco/astro-reactive-form)
|
||||
[](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) | [](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) | [](https://www.npmjs.com/package/astro-reactive-form) | 🛠 in-progress |
|
||||
| astro-reactive-validator | 🛠 in-progress | 🛠 in-progress |
|
||||
|
||||
# Running the demo app
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
[](https://www.npmjs.com/package/astro-reactive-form)
|
||||
[](https://www.npmjs.com/package/astro-reactive-form)
|
||||
[](https://www.npmjs.com/package/astro-reactive-form)
|
||||
[](https://github.com/ayoayco/astro-reactive-form)
|
||||
[](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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue