From 559544181db0f377c3b71251c4146779e477173b Mon Sep 17 00:00:00 2001 From: vaporvee Date: Wed, 15 May 2024 17:06:20 +0200 Subject: [PATCH] now actually added the license to npm --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7c3ee4a..8d5f6a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,10 @@ { "name": "astro-github-component", - "version": "1.0.2", + "author": "vaporvee", + "description": "Adds a component to astro with statically built GitHub info and dynamic updated stars and forks.", + "keywords":[ "astro-component","withastro"], + "license": "MIT", + "version": "1.0.3", "type": "module", "exports": { ".": "./index.ts" @@ -9,9 +13,6 @@ "src", "index.ts" ], - "keywords": [ - "astro-component" - ], "scripts": {}, "devDependencies": { "astro": "^4.8.3"