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

View File

@ -1,7 +1,10 @@
{
"name": "@nuxt/kit",
"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",
"license": "MIT",
"type": "module",

View File

@ -1,14 +1,17 @@
{
"name": "nuxt",
"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.",
"license": "MIT",
"type": "module",
"types": "./types.d.ts",
"bin": {
"nuxi": "./bin/nuxt.mjs",
"nuxt": "./bin/nuxt.mjs"
"nuxi": "bin/nuxt.mjs",
"nuxt": "bin/nuxt.mjs"
},
"exports": {
".": {

View File

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

View File

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

View File

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