chore: fix repository fields in package.json

This commit is contained in:
Daniel Roe 2023-11-08 12:07:49 +00:00
parent 2832f0114b
commit 54529c17db
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
6 changed files with 28 additions and 9 deletions

View File

@ -1,7 +1,10 @@
{ {
"name": "nuxt-framework", "name": "nuxt-framework",
"private": true, "private": true,
"repository": "nuxt/nuxt", "repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.git"
},
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"scripts": { "scripts": {
@ -81,5 +84,6 @@
"packageManager": "pnpm@8.10.2", "packageManager": "pnpm@8.10.2",
"engines": { "engines": {
"node": "^14.18.0 || >=16.10.0" "node": "^14.18.0 || >=16.10.0"
} },
"version": ""
} }

View File

@ -1,7 +1,10 @@
{ {
"name": "@nuxt/kit", "name": "@nuxt/kit",
"version": "3.8.1", "version": "3.8.1",
"repository": "nuxt/nuxt", "repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.git"
},
"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

@ -1,14 +1,17 @@
{ {
"name": "nuxt", "name": "nuxt",
"version": "3.8.1", "version": "3.8.1",
"repository": "nuxt/nuxt", "repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.git"
},
"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",
"types": "./types.d.ts", "types": "./types.d.ts",
"bin": { "bin": {
"nuxi": "./bin/nuxt.mjs", "nuxi": "bin/nuxt.mjs",
"nuxt": "./bin/nuxt.mjs" "nuxt": "bin/nuxt.mjs"
}, },
"exports": { "exports": {
".": { ".": {

View File

@ -1,7 +1,10 @@
{ {
"name": "@nuxt/schema", "name": "@nuxt/schema",
"version": "3.8.1", "version": "3.8.1",
"repository": "nuxt/nuxt", "repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.git"
},
"description": "Nuxt types and default configuration", "description": "Nuxt types and default configuration",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",

View File

@ -1,7 +1,10 @@
{ {
"name": "@nuxt/vite-builder", "name": "@nuxt/vite-builder",
"version": "3.8.1", "version": "3.8.1",
"repository": "nuxt/nuxt", "repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.git"
},
"description": "Vite bundler for Nuxt", "description": "Vite bundler for Nuxt",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",

View File

@ -1,7 +1,10 @@
{ {
"name": "@nuxt/webpack-builder", "name": "@nuxt/webpack-builder",
"version": "3.8.1", "version": "3.8.1",
"repository": "nuxt/nuxt", "repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.git"
},
"description": "Webpack bundler for Nuxt", "description": "Webpack bundler for Nuxt",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",