diff --git a/distributions/nuxt-start/package.json b/distributions/nuxt-start/package.json index 537ed8950c..bbf6faf709 100644 --- a/distributions/nuxt-start/package.json +++ b/distributions/nuxt-start/package.json @@ -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", diff --git a/distributions/nuxt/package.json b/distributions/nuxt/package.json index e83e641fed..5d4962c67e 100644 --- a/distributions/nuxt/package.json +++ b/distributions/nuxt/package.json @@ -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", diff --git a/package.json b/package.json index 7a14d589b6..550759a2e8 100644 --- a/package.json +++ b/package.json @@ -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/*", diff --git a/packages/babel-preset-app/package.json b/packages/babel-preset-app/package.json index 76fc50c59f..3e2d55e836 100644 --- a/packages/babel-preset-app/package.json +++ b/packages/babel-preset-app/package.json @@ -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", diff --git a/packages/builder/package.json b/packages/builder/package.json index 380fdfbf1b..5fcce39aee 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -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", diff --git a/packages/cli/package.json b/packages/cli/package.json index 1cda3ae97a..fb72194b10 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", diff --git a/packages/config/package.json b/packages/config/package.json index af0f072975..fbc496ccf9 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -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", diff --git a/packages/core/package.json b/packages/core/package.json index bd16626cc9..0b55fec95c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/generator/package.json b/packages/generator/package.json index b3b01b1d00..ab61b65c41 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -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", diff --git a/packages/server/package.json b/packages/server/package.json index 8a62ae344f..840d3f75f8 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -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", diff --git a/packages/types/package.json b/packages/types/package.json index c9cf1fb914..ab853914ec 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -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", diff --git a/packages/utils/package.json b/packages/utils/package.json index 80d5d9016f..2df330711e 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -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", diff --git a/packages/vue-app/package.json b/packages/vue-app/package.json index 41a56d573f..98086e1774 100644 --- a/packages/vue-app/package.json +++ b/packages/vue-app/package.json @@ -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", diff --git a/packages/vue-renderer/package.json b/packages/vue-renderer/package.json index b01380c887..41f7a6df9c 100644 --- a/packages/vue-renderer/package.json +++ b/packages/vue-renderer/package.json @@ -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", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index b435c20bd6..354f6bb7d9 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -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",