From dd6cc9e4316873a28d2c5caa6621408307abeb3b Mon Sep 17 00:00:00 2001 From: Maxime Pauvert Date: Wed, 8 Nov 2023 14:21:27 +0100 Subject: [PATCH] chore: add homepage and repo directory to `package.json`s (#24189) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daniel Roe Co-authored-by: Damian GÅ‚owala --- packages/kit/package.json | 4 +++- packages/nuxt/package.json | 4 +++- packages/schema/package.json | 4 +++- packages/vite/package.json | 4 +++- packages/webpack/package.json | 4 +++- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/packages/kit/package.json b/packages/kit/package.json index b939849d61..c591cda64e 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -3,8 +3,10 @@ "version": "3.8.1", "repository": { "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", "license": "MIT", "type": "module", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 163e5a4006..9a7b0d4b7d 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -3,8 +3,10 @@ "version": "3.8.1", "repository": { "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.", "license": "MIT", "type": "module", diff --git a/packages/schema/package.json b/packages/schema/package.json index 502635e07c..7ed139eed3 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -3,9 +3,11 @@ "version": "3.8.1", "repository": { "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", + "homepage": "https://nuxt.com", "license": "MIT", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/vite/package.json b/packages/vite/package.json index 2ac485a5cf..dbf20b1889 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -3,9 +3,11 @@ "version": "3.8.1", "repository": { "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", + "homepage": "https://nuxt.com", "license": "MIT", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index a4845f6ffa..b3904bf5f8 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -3,9 +3,11 @@ "version": "3.8.1", "repository": { "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", + "homepage": "https://nuxt.com", "license": "MIT", "type": "module", "types": "./dist/index.d.ts",