Add missing licenses to published packages (#2166)
* chore: add missing licenses * chore: update package.json info Co-authored-by: Nate Moore <nate@skypack.dev>
This commit is contained in:
parent
ddf45ada71
commit
5f5dc60976
11 changed files with 55 additions and 18 deletions
|
@ -1,16 +1,18 @@
|
|||
{
|
||||
"name": "@astrojs/parser",
|
||||
"version": "0.20.3",
|
||||
"author": "Skypack",
|
||||
"license": "MIT",
|
||||
"type": "commonjs",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/withastro/astro.git",
|
||||
"directory": "packages/astro-parser"
|
||||
},
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
"homepage": "https://astro.build",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
|
|
|
@ -1,21 +1,23 @@
|
|||
{
|
||||
"name": "@astrojs/prism",
|
||||
"version": "0.3.0",
|
||||
"description": "IYKYK",
|
||||
"main": "index.mjs",
|
||||
"description": "Supports Prism highlighting in Astro projects",
|
||||
"author": "withastro",
|
||||
"license": "MIT",
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/withastro/astro.git",
|
||||
"directory": "packages/astro-prism"
|
||||
},
|
||||
"homepage": "https://astro.build",
|
||||
"main": "index.mjs",
|
||||
"scripts": {},
|
||||
"exports": {
|
||||
".": "./index.mjs"
|
||||
},
|
||||
"types": "./index.d.ts",
|
||||
"keywords": [],
|
||||
"author": "Skypack",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"prismjs": "^1.23.0"
|
||||
},
|
||||
|
|
|
@ -2,16 +2,17 @@
|
|||
"name": "astro",
|
||||
"version": "0.21.12",
|
||||
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
"license": "MIT",
|
||||
"homepage": "https://astro.build",
|
||||
"type": "module",
|
||||
"types": "./dist/types/@types/astro.d.ts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/withastro/astro.git",
|
||||
"directory": "packages/astro"
|
||||
},
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
"homepage": "https://astro.build",
|
||||
"types": "./dist/types/@types/astro.d.ts",
|
||||
"exports": {
|
||||
".": "./astro.js",
|
||||
"./client/*": "./dist/runtime/client/*",
|
||||
|
|
|
@ -2,11 +2,15 @@
|
|||
"name": "create-astro",
|
||||
"version": "0.6.10",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/withastro/astro.git",
|
||||
"directory": "packages/create-astro"
|
||||
},
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
"homepage": "https://astro.build",
|
||||
"exports": {
|
||||
".": "./create-astro.mjs"
|
||||
},
|
||||
|
|
|
@ -1,13 +1,17 @@
|
|||
{
|
||||
"name": "@astrojs/markdown-remark",
|
||||
"version": "0.5.0",
|
||||
"main": "./dist/index.js",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/withastro/astro.git",
|
||||
"directory": "packages/markdown/remark"
|
||||
},
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
"homepage": "https://astro.build",
|
||||
"main": "./dist/index.js",
|
||||
"exports": {
|
||||
".": "./dist/index.js"
|
||||
},
|
||||
|
|
|
@ -2,12 +2,16 @@
|
|||
"name": "@astrojs/renderer-lit",
|
||||
"version": "0.2.1",
|
||||
"description": "Use Lit components within Astro",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/withastro/astro.git",
|
||||
"directory": "packages/renderers/renderer-lit"
|
||||
},
|
||||
"type": "module",
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
"homepage": "https://astro.build",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./*": "./*",
|
||||
|
|
|
@ -2,12 +2,16 @@
|
|||
"name": "@astrojs/renderer-preact",
|
||||
"description": "Use Preact components within Astro",
|
||||
"version": "0.3.2",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/withastro/astro.git",
|
||||
"directory": "packages/renderers/renderer-preact"
|
||||
},
|
||||
"type": "module",
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
"homepage": "https://astro.build",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./*": "./*",
|
||||
|
|
|
@ -2,12 +2,16 @@
|
|||
"name": "@astrojs/renderer-react",
|
||||
"description": "Use React components within Astro",
|
||||
"version": "0.3.1",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/withastro/astro.git",
|
||||
"directory": "packages/renderers/renderer-react"
|
||||
},
|
||||
"type": "module",
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
"homepage": "https://astro.build",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./*": "./*",
|
||||
|
|
|
@ -2,12 +2,16 @@
|
|||
"name": "@astrojs/renderer-solid",
|
||||
"version": "0.2.1",
|
||||
"description": "Use Solid components within Astro",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/withastro/astro.git",
|
||||
"directory": "packages/renderers/renderer-solid"
|
||||
},
|
||||
"type": "module",
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
"homepage": "https://astro.build",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./*": "./*",
|
||||
|
|
|
@ -2,12 +2,16 @@
|
|||
"name": "@astrojs/renderer-svelte",
|
||||
"version": "0.2.2",
|
||||
"description": "Use Svelte components within Astro",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/withastro/astro.git",
|
||||
"directory": "packages/renderers/renderer-svelte"
|
||||
},
|
||||
"type": "module",
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
"homepage": "https://astro.build",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./*": "./*",
|
||||
|
|
|
@ -2,12 +2,16 @@
|
|||
"name": "@astrojs/renderer-vue",
|
||||
"version": "0.2.1",
|
||||
"description": "Use Vue components within Astro",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/withastro/astro.git",
|
||||
"directory": "packages/renderers/renderer-vue"
|
||||
},
|
||||
"type": "module",
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
"homepage": "https://astro.build",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./*": "./*",
|
||||
|
|
Loading…
Reference in a new issue