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", "homepage": "https://github.com/nuxt/nuxt.js#readme",
"repository": { "repository": {
"type": "git", "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", "license": "MIT",
"main": "dist/nuxt-start.js", "main": "dist/nuxt-start.js",

View File

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

View File

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

View File

@ -4,7 +4,8 @@
"description": "babel-preset-app for nuxt", "description": "babel-preset-app for nuxt",
"repository": { "repository": {
"type": "git", "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", "license": "MIT",
"author": "Evan You", "author": "Evan You",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,7 +3,8 @@
"version": "2.17.3", "version": "2.17.3",
"repository": { "repository": {
"type": "git", "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", "license": "MIT",
"main": "dist/vue-app.js", "main": "dist/vue-app.js",

View File

@ -3,7 +3,8 @@
"version": "2.17.3", "version": "2.17.3",
"repository": { "repository": {
"type": "git", "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", "license": "MIT",
"main": "dist/vue-renderer.js", "main": "dist/vue-renderer.js",

View File

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