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/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/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) [![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 🔥 # Components and utilities for building reactive user interfaces 🔥
Build blazing-fast user interfaces with native [Astro](https://astro.build) components and architecture. 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 | | 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 | | astro-reactive-validator | 🛠 in-progress | 🛠 in-progress |
# Running the demo app # Running the demo app

View file

@ -23,11 +23,11 @@
"main": "index.js", "main": "index.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ayoayco/astro-reactive-form.git" "url": "git+https://github.com/ayoayco/astro-reactive-library.git"
}, },
"license": "ISC", "license": "ISC",
"bugs": { "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", "name": "astro-reactive-form-workspace",
"description": "Astro Reactive Form Workspace", "description": "Astro Reactive Form Workspace",
"version": "0.0.0", "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", "homepage": "https://ayco.io/showcase/astro-reactive-form",
"author": { "author": {
"name": "Ayo Ayco", "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/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/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) [![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) 🔥 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 ## Installation

View file

@ -2,8 +2,8 @@
"name": "astro-reactive-form", "name": "astro-reactive-form",
"description": "The Reactive Form component for Astro 🔥", "description": "The Reactive Form component for Astro 🔥",
"version": "0.1.3", "version": "0.1.3",
"repository": "https://github.com/ayoayco/astro-reactive-form", "repository": "https://github.com/ayoayco/astro-reactive-library",
"homepage": "https://ayco.io/showcase/astro-reactive-form", "homepage": "https://github.com/ayoayco/astro-reactive-library#readme",
"author": { "author": {
"name": "Ayo Ayco", "name": "Ayo Ayco",
"email": "ramon.aycojr@gmail.com", "email": "ramon.aycojr@gmail.com",

View file

@ -14,7 +14,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ayoayco/astro-reactive-form.git" "url": "git+https://github.com/ayoayco/astro-reactive-library.git"
}, },
"keywords": [ "keywords": [
"astro-components", "astro-components",
@ -24,7 +24,7 @@
], ],
"license": "ISC", "license": "ISC",
"bugs": { "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"
} }