now actually added the license to npm
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "astro-github-component",
|
"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",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./index.ts"
|
".": "./index.ts"
|
||||||
@@ -9,9 +13,6 @@
|
|||||||
"src",
|
"src",
|
||||||
"index.ts"
|
"index.ts"
|
||||||
],
|
],
|
||||||
"keywords": [
|
|
||||||
"astro-component"
|
|
||||||
],
|
|
||||||
"scripts": {},
|
"scripts": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^4.8.3"
|
"astro": "^4.8.3"
|
||||||
|
Reference in New Issue
Block a user