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:
Francois Valdy 2021-12-13 22:14:34 +01:00 committed by GitHub
parent ddf45ada71
commit 5f5dc60976
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 55 additions and 18 deletions

View file

@ -1,16 +1,18 @@
{ {
"name": "@astrojs/parser", "name": "@astrojs/parser",
"version": "0.20.3", "version": "0.20.3",
"author": "Skypack",
"license": "MIT",
"type": "commonjs", "type": "commonjs",
"main": "./dist/index.js", "author": "withastro",
"types": "./dist/index.d.ts", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/withastro/astro.git", "url": "https://github.com/withastro/astro.git",
"directory": "packages/astro-parser" "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": [ "files": [
"dist" "dist"
], ],

View file

@ -1,21 +1,23 @@
{ {
"name": "@astrojs/prism", "name": "@astrojs/prism",
"version": "0.3.0", "version": "0.3.0",
"description": "IYKYK", "description": "Supports Prism highlighting in Astro projects",
"main": "index.mjs", "author": "withastro",
"license": "MIT",
"bugs": "https://github.com/withastro/astro/issues",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/withastro/astro.git", "url": "https://github.com/withastro/astro.git",
"directory": "packages/astro-prism" "directory": "packages/astro-prism"
}, },
"homepage": "https://astro.build",
"main": "index.mjs",
"scripts": {}, "scripts": {},
"exports": { "exports": {
".": "./index.mjs" ".": "./index.mjs"
}, },
"types": "./index.d.ts", "types": "./index.d.ts",
"keywords": [], "keywords": [],
"author": "Skypack",
"license": "MIT",
"devDependencies": { "devDependencies": {
"prismjs": "^1.23.0" "prismjs": "^1.23.0"
}, },

View file

@ -2,16 +2,17 @@
"name": "astro", "name": "astro",
"version": "0.21.12", "version": "0.21.12",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro", "author": "withastro",
"license": "MIT", "license": "MIT",
"homepage": "https://astro.build",
"type": "module",
"types": "./dist/types/@types/astro.d.ts",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/withastro/astro.git", "url": "https://github.com/withastro/astro.git",
"directory": "packages/astro" "directory": "packages/astro"
}, },
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"types": "./dist/types/@types/astro.d.ts",
"exports": { "exports": {
".": "./astro.js", ".": "./astro.js",
"./client/*": "./dist/runtime/client/*", "./client/*": "./dist/runtime/client/*",

View file

@ -2,11 +2,15 @@
"name": "create-astro", "name": "create-astro",
"version": "0.6.10", "version": "0.6.10",
"type": "module", "type": "module",
"author": "withastro",
"license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/withastro/astro.git", "url": "https://github.com/withastro/astro.git",
"directory": "packages/create-astro" "directory": "packages/create-astro"
}, },
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": { "exports": {
".": "./create-astro.mjs" ".": "./create-astro.mjs"
}, },

View file

@ -1,13 +1,17 @@
{ {
"name": "@astrojs/markdown-remark", "name": "@astrojs/markdown-remark",
"version": "0.5.0", "version": "0.5.0",
"main": "./dist/index.js",
"type": "module", "type": "module",
"author": "withastro",
"license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/withastro/astro.git", "url": "https://github.com/withastro/astro.git",
"directory": "packages/markdown/remark" "directory": "packages/markdown/remark"
}, },
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"main": "./dist/index.js",
"exports": { "exports": {
".": "./dist/index.js" ".": "./dist/index.js"
}, },

View file

@ -2,12 +2,16 @@
"name": "@astrojs/renderer-lit", "name": "@astrojs/renderer-lit",
"version": "0.2.1", "version": "0.2.1",
"description": "Use Lit components within Astro", "description": "Use Lit components within Astro",
"type": "module",
"author": "withastro",
"license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/withastro/astro.git", "url": "https://github.com/withastro/astro.git",
"directory": "packages/renderers/renderer-lit" "directory": "packages/renderers/renderer-lit"
}, },
"type": "module", "bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": { "exports": {
".": "./index.js", ".": "./index.js",
"./*": "./*", "./*": "./*",

View file

@ -2,12 +2,16 @@
"name": "@astrojs/renderer-preact", "name": "@astrojs/renderer-preact",
"description": "Use Preact components within Astro", "description": "Use Preact components within Astro",
"version": "0.3.2", "version": "0.3.2",
"type": "module",
"author": "withastro",
"license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/withastro/astro.git", "url": "https://github.com/withastro/astro.git",
"directory": "packages/renderers/renderer-preact" "directory": "packages/renderers/renderer-preact"
}, },
"type": "module", "bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": { "exports": {
".": "./index.js", ".": "./index.js",
"./*": "./*", "./*": "./*",

View file

@ -2,12 +2,16 @@
"name": "@astrojs/renderer-react", "name": "@astrojs/renderer-react",
"description": "Use React components within Astro", "description": "Use React components within Astro",
"version": "0.3.1", "version": "0.3.1",
"type": "module",
"author": "withastro",
"license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/withastro/astro.git", "url": "https://github.com/withastro/astro.git",
"directory": "packages/renderers/renderer-react" "directory": "packages/renderers/renderer-react"
}, },
"type": "module", "bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": { "exports": {
".": "./index.js", ".": "./index.js",
"./*": "./*", "./*": "./*",

View file

@ -2,12 +2,16 @@
"name": "@astrojs/renderer-solid", "name": "@astrojs/renderer-solid",
"version": "0.2.1", "version": "0.2.1",
"description": "Use Solid components within Astro", "description": "Use Solid components within Astro",
"type": "module",
"author": "withastro",
"license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/withastro/astro.git", "url": "https://github.com/withastro/astro.git",
"directory": "packages/renderers/renderer-solid" "directory": "packages/renderers/renderer-solid"
}, },
"type": "module", "bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": { "exports": {
".": "./index.js", ".": "./index.js",
"./*": "./*", "./*": "./*",

View file

@ -2,12 +2,16 @@
"name": "@astrojs/renderer-svelte", "name": "@astrojs/renderer-svelte",
"version": "0.2.2", "version": "0.2.2",
"description": "Use Svelte components within Astro", "description": "Use Svelte components within Astro",
"type": "module",
"author": "withastro",
"license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/withastro/astro.git", "url": "https://github.com/withastro/astro.git",
"directory": "packages/renderers/renderer-svelte" "directory": "packages/renderers/renderer-svelte"
}, },
"type": "module", "bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": { "exports": {
".": "./index.js", ".": "./index.js",
"./*": "./*", "./*": "./*",

View file

@ -2,12 +2,16 @@
"name": "@astrojs/renderer-vue", "name": "@astrojs/renderer-vue",
"version": "0.2.1", "version": "0.2.1",
"description": "Use Vue components within Astro", "description": "Use Vue components within Astro",
"type": "module",
"author": "withastro",
"license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/withastro/astro.git", "url": "https://github.com/withastro/astro.git",
"directory": "packages/renderers/renderer-vue" "directory": "packages/renderers/renderer-vue"
}, },
"type": "module", "bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": { "exports": {
".": "./index.js", ".": "./index.js",
"./*": "./*", "./*": "./*",