chore: add description field for packages (#23734)

This commit is contained in:
Damian Głowala 2023-10-17 23:06:30 +02:00 committed by GitHub
parent 1357a3d9ff
commit 271349d7f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"name": "@nuxt/kit", "name": "@nuxt/kit",
"version": "3.7.4", "version": "3.7.4",
"repository": "nuxt/nuxt", "repository": "nuxt/nuxt",
"description": "Toolkit for authoring modules and interacting with Nuxt",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View File

@ -2,6 +2,7 @@
"name": "nuxt", "name": "nuxt",
"version": "3.7.4", "version": "3.7.4",
"repository": "nuxt/nuxt", "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", "license": "MIT",
"type": "module", "type": "module",
"types": "./types.d.ts", "types": "./types.d.ts",

View File

@ -2,6 +2,7 @@
"name": "@nuxt/schema", "name": "@nuxt/schema",
"version": "3.7.4", "version": "3.7.4",
"repository": "nuxt/nuxt", "repository": "nuxt/nuxt",
"description": "Nuxt types and default configuration",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View File

@ -2,6 +2,7 @@
"name": "@nuxt/test-utils", "name": "@nuxt/test-utils",
"version": "3.7.4", "version": "3.7.4",
"repository": "nuxt/nuxt", "repository": "nuxt/nuxt",
"description": "Test utilities for Nuxt",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View File

@ -2,6 +2,7 @@
"name": "@nuxt/vite-builder", "name": "@nuxt/vite-builder",
"version": "3.7.4", "version": "3.7.4",
"repository": "nuxt/nuxt", "repository": "nuxt/nuxt",
"description": "Vite bundler for Nuxt",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View File

@ -2,6 +2,7 @@
"name": "@nuxt/webpack-builder", "name": "@nuxt/webpack-builder",
"version": "3.7.4", "version": "3.7.4",
"repository": "nuxt/nuxt", "repository": "nuxt/nuxt",
"description": "Webpack bundler for Nuxt",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",