Skip to content

Commit 07668ea

Browse files
committed
chore: update repository urls
1 parent f68993b commit 07668ea

File tree

15 files changed

+29
-15
lines changed

15 files changed

+29
-15
lines changed

distributions/nuxt-start/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"homepage": "https://github.com/nuxt/nuxt.js#readme",
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/nuxt/nuxt.js.git"
22+
"url": "git+https://github.com/nuxt/nuxt.git",
23+
"directory": "distributions/nuxt-start"
2324
},
2425
"license": "MIT",
2526
"main": "dist/nuxt-start.js",

distributions/nuxt/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
],
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/nuxt/nuxt.js.git"
21+
"url": "git+https://github.com/nuxt/nuxt.git",
22+
"directory": "distributions/nuxt"
2223
},
2324
"license": "MIT",
2425
"main": "dist/nuxt.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"repository": {
55
"type": "git",
6-
"url": "git+https://github.com/nuxt/nuxt.js.git"
6+
"url": "git+https://github.com/nuxt/nuxt.git"
77
},
88
"workspaces": [
99
"packages/*",

packages/babel-preset-app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "babel-preset-app for nuxt",
55
"repository": {
66
"type": "git",
7-
"url": "git+https://github.com/nuxt/nuxt.js.git"
7+
"url": "git+https://github.com/nuxt/nuxt.git",
8+
"directory": "packages/babel-preset-app"
89
},
910
"license": "MIT",
1011
"author": "Evan You",

packages/builder/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "2.17.3",
44
"repository": {
55
"type": "git",
6-
"url": "git+https://github.com/nuxt/nuxt.js.git"
6+
"url": "git+https://github.com/nuxt/nuxt.git",
7+
"directory": "packages/builder"
78
},
89
"license": "MIT",
910
"main": "dist/builder.js",

packages/cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "2.17.3",
44
"repository": {
55
"type": "git",
6-
"url": "git+https://github.com/nuxt/nuxt.js.git"
6+
"url": "git+https://github.com/nuxt/nuxt.git",
7+
"directory": "packages/cli"
78
},
89
"license": "MIT",
910
"main": "dist/cli.js",

packages/config/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "2.17.3",
44
"repository": {
55
"type": "git",
6-
"url": "git+https://github.com/nuxt/nuxt.js.git"
6+
"url": "git+https://github.com/nuxt/nuxt.git",
7+
"directory": "packages/config"
78
},
89
"license": "MIT",
910
"main": "dist/config.js",

packages/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "2.17.3",
44
"repository": {
55
"type": "git",
6-
"url": "git+https://github.com/nuxt/nuxt.js.git"
6+
"url": "git+https://github.com/nuxt/nuxt.git",
7+
"directory": "packages/core"
78
},
89
"license": "MIT",
910
"main": "dist/core.js",

packages/generator/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "2.17.3",
44
"repository": {
55
"type": "git",
6-
"url": "git+https://github.com/nuxt/nuxt.js.git"
6+
"url": "git+https://github.com/nuxt/nuxt.git",
7+
"directory": "packages/generator"
78
},
89
"license": "MIT",
910
"main": "dist/generator.js",

packages/server/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "2.17.3",
44
"repository": {
55
"type": "git",
6-
"url": "git+https://github.com/nuxt/nuxt.js.git"
6+
"url": "git+https://github.com/nuxt/nuxt.git",
7+
"directory": "packages/server"
78
},
89
"license": "MIT",
910
"main": "dist/server.js",

0 commit comments

Comments
 (0)