From 271349d7f057b0faef6a06250d129cfe421c275d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20G=C5=82owala?= Date: Tue, 17 Oct 2023 23:06:30 +0200 Subject: [PATCH] chore: add description field for packages (#23734) --- packages/kit/package.json | 1 + packages/nuxt/package.json | 1 + packages/schema/package.json | 1 + packages/test-utils/package.json | 1 + packages/vite/package.json | 1 + packages/webpack/package.json | 1 + 6 files changed, 6 insertions(+) diff --git a/packages/kit/package.json b/packages/kit/package.json index baa27db4a7..ac2d70da4b 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -2,6 +2,7 @@ "name": "@nuxt/kit", "version": "3.7.4", "repository": "nuxt/nuxt", + "description": "Toolkit for authoring modules and interacting with Nuxt", "license": "MIT", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 0e55ef033e..aeff6050e8 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -2,6 +2,7 @@ "name": "nuxt", "version": "3.7.4", "repository": "nuxt/nuxt", + "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", "types": "./types.d.ts", diff --git a/packages/schema/package.json b/packages/schema/package.json index a4036fb3b3..bf18a02087 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -2,6 +2,7 @@ "name": "@nuxt/schema", "version": "3.7.4", "repository": "nuxt/nuxt", + "description": "Nuxt types and default configuration", "license": "MIT", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 8f643f1503..281674946a 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -2,6 +2,7 @@ "name": "@nuxt/test-utils", "version": "3.7.4", "repository": "nuxt/nuxt", + "description": "Test utilities for Nuxt", "license": "MIT", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/vite/package.json b/packages/vite/package.json index b42317a74d..8eace9310e 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -2,6 +2,7 @@ "name": "@nuxt/vite-builder", "version": "3.7.4", "repository": "nuxt/nuxt", + "description": "Vite bundler for Nuxt", "license": "MIT", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 265d9c99ff..142e736a73 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -2,6 +2,7 @@ "name": "@nuxt/webpack-builder", "version": "3.7.4", "repository": "nuxt/nuxt", + "description": "Webpack bundler for Nuxt", "license": "MIT", "type": "module", "types": "./dist/index.d.ts",