chore: update repository urls

This commit is contained in:
Daniel Roe 2024-06-06 20:28:07 +01:00
parent f68993b326
commit 07668eafb2
No known key found for this signature in database
GPG Key ID: CBC814C393D93268
15 changed files with 29 additions and 15 deletions

View File

@ -19,7 +19,8 @@
"homepage": "https://github.com/nuxt/nuxt.js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
"url": "git+https://github.com/nuxt/nuxt.git",
"directory": "distributions/nuxt-start"
},
"license": "MIT",
"main": "dist/nuxt-start.js",

View File

@ -18,7 +18,8 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
"url": "git+https://github.com/nuxt/nuxt.git",
"directory": "distributions/nuxt"
},
"license": "MIT",
"main": "dist/nuxt.js",

View File

@ -3,7 +3,7 @@
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
"url": "git+https://github.com/nuxt/nuxt.git"
},
"workspaces": [
"packages/*",

View File

@ -4,7 +4,8 @@
"description": "babel-preset-app for nuxt",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
"url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/babel-preset-app"
},
"license": "MIT",
"author": "Evan You",

View File

@ -3,7 +3,8 @@
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
"url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/builder"
},
"license": "MIT",
"main": "dist/builder.js",

View File

@ -3,7 +3,8 @@
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
"url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/cli"
},
"license": "MIT",
"main": "dist/cli.js",

View File

@ -3,7 +3,8 @@
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
"url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/config"
},
"license": "MIT",
"main": "dist/config.js",

View File

@ -3,7 +3,8 @@
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
"url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/core"
},
"license": "MIT",
"main": "dist/core.js",

View File

@ -3,7 +3,8 @@
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
"url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/generator"
},
"license": "MIT",
"main": "dist/generator.js",

View File

@ -3,7 +3,8 @@
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
"url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/server"
},
"license": "MIT",
"main": "dist/server.js",

View File

@ -4,7 +4,8 @@
"description": "Nuxt types",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
"url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/types"
},
"license": "MIT",
"main": "index.js",

View File

@ -3,7 +3,8 @@
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
"url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/utils"
},
"license": "MIT",
"main": "dist/utils.js",

View File

@ -3,7 +3,8 @@
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
"url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/vue-app"
},
"license": "MIT",
"main": "dist/vue-app.js",

View File

@ -3,7 +3,8 @@
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
"url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/vue-renderer"
},
"license": "MIT",
"main": "dist/vue-renderer.js",

View File

@ -3,7 +3,8 @@
"version": "2.17.3",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
"url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/webpack"
},
"license": "MIT",
"main": "dist/webpack.js",