now actually added the license to npm

This commit is contained in:
2024-05-15 17:06:20 +02:00
parent 710c7bbfea
commit 559544181d

View File

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