chore: add homepage and repo directory to package.jsons (#24189)

Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Damian Głowala <damian.glowala.rebkow@gmail.com>
This commit is contained in:
Maxime Pauvert 2023-11-08 14:21:27 +01:00 committed by GitHub
parent 54529c17db
commit dd6cc9e431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 5 deletions

View File

@ -3,8 +3,10 @@
"version": "3.8.1", "version": "3.8.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nuxt/nuxt.git" "url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/kit"
}, },
"homepage": "https://nuxt.com/docs/api/kit",
"description": "Toolkit for authoring modules and interacting with Nuxt", "description": "Toolkit for authoring modules and interacting with Nuxt",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",

View File

@ -3,8 +3,10 @@
"version": "3.8.1", "version": "3.8.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nuxt/nuxt.git" "url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/nuxt"
}, },
"homepage": "https://nuxt.com",
"description": "Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.", "description": "Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",

View File

@ -3,9 +3,11 @@
"version": "3.8.1", "version": "3.8.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nuxt/nuxt.git" "url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/schema"
}, },
"description": "Nuxt types and default configuration", "description": "Nuxt types and default configuration",
"homepage": "https://nuxt.com",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View File

@ -3,9 +3,11 @@
"version": "3.8.1", "version": "3.8.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nuxt/nuxt.git" "url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/vite"
}, },
"description": "Vite bundler for Nuxt", "description": "Vite bundler for Nuxt",
"homepage": "https://nuxt.com",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View File

@ -3,9 +3,11 @@
"version": "3.8.1", "version": "3.8.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nuxt/nuxt.git" "url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/webpack"
}, },
"description": "Webpack bundler for Nuxt", "description": "Webpack bundler for Nuxt",
"homepage": "https://nuxt.com",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",