mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
chore: update repository urls
This commit is contained in:
parent
f68993b326
commit
07668eafb2
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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/*",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user