From eb662a899f8b9e91e8df202aaa4d47a374df8af3 Mon Sep 17 00:00:00 2001 From: "Nikola R. Hristov" Date: Wed, 13 Mar 2024 12:19:17 +0200 Subject: [PATCH] squash! --- README.md | 4 ++-- Source/Index.ts | 2 +- package.json | 11 ++++++----- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bb84f67..3b33935 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# [astro-networks] 🚠 +# [astro-network] 🚠 -[astro-networks]: https://npmjs.org/astro-networks +[astro-network]: https://npmjs.org/astro-network ## Changelog diff --git a/Source/Index.ts b/Source/Index.ts index 6f6dcec..20349ae 100644 --- a/Source/Index.ts +++ b/Source/Index.ts @@ -1,7 +1,7 @@ import type { AstroIntegration } from "astro"; export default (): AstroIntegration => ({ - name: "astro-networks", + name: "astro-network", hooks: { "astro:config:setup": () => {}, }, diff --git a/package.json b/package.json index eb5991b..edacf3b 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,21 @@ { - "name": "astro-networks", + "name": "astro-network", "version": "0.0.1", "private": false, "description": "🚠", "keywords": [ "astro-integration", "astro-component", - "astro" + "astro", + "network" ], - "homepage": "https://github.com/NikolaRHristov/astro-networks#readme", + "homepage": "https://github.com/Playform/AstroNetwork#readme", "bugs": { - "url": "https://github.com/NikolaRHristov/astro-networks/issues" + "url": "https://github.com/Playform/AstroNetwork/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/NikolaRHristov/astro-networks.git" + "url": "git+https://github.com/Playform/AstroNetwork.git" }, "license": "SEE LICENSE IN LICENSE", "author": {