Skip to content

Commit

Permalink
now actually added the license to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
vaporvee committed May 15, 2024
1 parent 710c7bb commit 5595441
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -9,9 +13,6 @@
"src",
"index.ts"
],
"keywords": [
"astro-component"
],
"scripts": {},
"devDependencies": {
"astro": "^4.8.3"
Expand Down

0 comments on commit 5595441

Please sign in to comment.