diff --git a/packages/@vue/babel-preset-app/package.json b/packages/@vue/babel-preset-app/package.json index 7db9c0924c..5effec411f 100644 --- a/packages/@vue/babel-preset-app/package.json +++ b/packages/@vue/babel-preset-app/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/babel-preset-app" }, "keywords": [ "vue", diff --git a/packages/@vue/cli-init/package.json b/packages/@vue/cli-init/package.json index d4dc27b665..f58a11aed3 100644 --- a/packages/@vue/cli-init/package.json +++ b/packages/@vue/cli-init/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/cli-init" }, "keywords": [ "vue", diff --git a/packages/@vue/cli-overlay/package.json b/packages/@vue/cli-overlay/package.json index 6c67d96706..7329058d01 100644 --- a/packages/@vue/cli-overlay/package.json +++ b/packages/@vue/cli-overlay/package.json @@ -8,7 +8,8 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/cli-overlay" }, "keywords": [ "vue", diff --git a/packages/@vue/cli-plugin-babel/package.json b/packages/@vue/cli-plugin-babel/package.json index 23b32d2463..a0fef1f90c 100644 --- a/packages/@vue/cli-plugin-babel/package.json +++ b/packages/@vue/cli-plugin-babel/package.json @@ -5,7 +5,8 @@ "main": "index.js", "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/cli-plugin-babel" }, "keywords": [ "vue", diff --git a/packages/@vue/cli-plugin-e2e-cypress/package.json b/packages/@vue/cli-plugin-e2e-cypress/package.json index 2a3a6625cd..c1272f3f80 100644 --- a/packages/@vue/cli-plugin-e2e-cypress/package.json +++ b/packages/@vue/cli-plugin-e2e-cypress/package.json @@ -5,7 +5,8 @@ "main": "index.js", "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/cli-plugin-e2e-cypress" }, "keywords": [ "vue", diff --git a/packages/@vue/cli-plugin-e2e-nightwatch/package.json b/packages/@vue/cli-plugin-e2e-nightwatch/package.json index 1d796cbfad..35a7618f97 100644 --- a/packages/@vue/cli-plugin-e2e-nightwatch/package.json +++ b/packages/@vue/cli-plugin-e2e-nightwatch/package.json @@ -5,7 +5,8 @@ "main": "index.js", "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/cli-plugin-e2e-nightwatch" }, "keywords": [ "vue", diff --git a/packages/@vue/cli-plugin-eslint/package.json b/packages/@vue/cli-plugin-eslint/package.json index c84f78cb10..17aa95a290 100644 --- a/packages/@vue/cli-plugin-eslint/package.json +++ b/packages/@vue/cli-plugin-eslint/package.json @@ -5,7 +5,8 @@ "main": "index.js", "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/cli-plugin-eslint" }, "keywords": [ "vue", diff --git a/packages/@vue/cli-plugin-pwa/package.json b/packages/@vue/cli-plugin-pwa/package.json index 4ccf8af056..18edf8e5fa 100644 --- a/packages/@vue/cli-plugin-pwa/package.json +++ b/packages/@vue/cli-plugin-pwa/package.json @@ -5,7 +5,8 @@ "main": "index.js", "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/cli-plugin-pwa" }, "keywords": [ "vue", diff --git a/packages/@vue/cli-plugin-typescript/package.json b/packages/@vue/cli-plugin-typescript/package.json index 4183d542a3..b22a38d557 100644 --- a/packages/@vue/cli-plugin-typescript/package.json +++ b/packages/@vue/cli-plugin-typescript/package.json @@ -5,7 +5,8 @@ "main": "index.js", "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/cli-plugin-typescript" }, "keywords": [ "vue", diff --git a/packages/@vue/cli-plugin-unit-jest/package.json b/packages/@vue/cli-plugin-unit-jest/package.json index 1ba8843fe7..45da20534f 100644 --- a/packages/@vue/cli-plugin-unit-jest/package.json +++ b/packages/@vue/cli-plugin-unit-jest/package.json @@ -5,7 +5,8 @@ "main": "index.js", "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/cli-plugin-unit-jest" }, "keywords": [ "vue", diff --git a/packages/@vue/cli-plugin-unit-mocha/package.json b/packages/@vue/cli-plugin-unit-mocha/package.json index 96a7507277..6edb69476e 100644 --- a/packages/@vue/cli-plugin-unit-mocha/package.json +++ b/packages/@vue/cli-plugin-unit-mocha/package.json @@ -5,7 +5,8 @@ "main": "index.js", "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/cli-plugin-unit-mocha" }, "keywords": [ "vue", diff --git a/packages/@vue/cli-service-global/package.json b/packages/@vue/cli-service-global/package.json index f4cef55549..ae7d63bd01 100644 --- a/packages/@vue/cli-service-global/package.json +++ b/packages/@vue/cli-service-global/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/cli-service-global" }, "keywords": [ "vue", diff --git a/packages/@vue/cli-service/package.json b/packages/@vue/cli-service/package.json index 25dff8e02b..ea6d905af3 100644 --- a/packages/@vue/cli-service/package.json +++ b/packages/@vue/cli-service/package.json @@ -9,7 +9,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/cli-service" }, "keywords": [ "vue", diff --git a/packages/@vue/cli-shared-utils/package.json b/packages/@vue/cli-shared-utils/package.json index 5f6a095ac2..4d6023d183 100644 --- a/packages/@vue/cli-shared-utils/package.json +++ b/packages/@vue/cli-shared-utils/package.json @@ -5,7 +5,8 @@ "main": "index.js", "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/cli-shared-utils" }, "keywords": [ "vue", diff --git a/packages/@vue/cli-test-utils/package.json b/packages/@vue/cli-test-utils/package.json index 67f1c8c915..408fcab1f6 100644 --- a/packages/@vue/cli-test-utils/package.json +++ b/packages/@vue/cli-test-utils/package.json @@ -4,7 +4,8 @@ "description": "test utilities for vue-cli packages", "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/cli-test-utils" }, "keywords": [ "vue", diff --git a/packages/@vue/cli-ui-addon-webpack/package.json b/packages/@vue/cli-ui-addon-webpack/package.json index 0beaab39e8..e701cffb21 100644 --- a/packages/@vue/cli-ui-addon-webpack/package.json +++ b/packages/@vue/cli-ui-addon-webpack/package.json @@ -1,6 +1,11 @@ { "name": "@vue/cli-ui-addon-webpack", "version": "3.4.0", + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/cli-ui-addon-webpack" + }, "files": [ "dist", "src" diff --git a/packages/@vue/cli-ui-addon-widgets/package.json b/packages/@vue/cli-ui-addon-widgets/package.json index d3f3dca23b..b6101ec684 100644 --- a/packages/@vue/cli-ui-addon-widgets/package.json +++ b/packages/@vue/cli-ui-addon-widgets/package.json @@ -1,6 +1,11 @@ { "name": "@vue/cli-ui-addon-widgets", "version": "3.4.0", + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/cli-ui-addon-widgets" + }, "files": [ "dist", "src" diff --git a/packages/@vue/cli-ui/package.json b/packages/@vue/cli-ui/package.json index 9cc2d1c8d3..1e3b5d6ab8 100644 --- a/packages/@vue/cli-ui/package.json +++ b/packages/@vue/cli-ui/package.json @@ -1,6 +1,11 @@ { "name": "@vue/cli-ui", "version": "3.4.0", + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/cli-ui" + }, "scripts": { "serve": "cross-env VUE_APP_CLI_UI_URL=ws://localhost:4030/graphql VUE_APP_GRAPHQL_PORT=4030 vue-cli-service serve", "build": "vue-cli-service build", diff --git a/packages/@vue/cli-upgrade/package.json b/packages/@vue/cli-upgrade/package.json index 9225531252..22871d369d 100644 --- a/packages/@vue/cli-upgrade/package.json +++ b/packages/@vue/cli-upgrade/package.json @@ -5,7 +5,8 @@ "main": "index.js", "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/cli-upgrade" }, "keywords": [ "vue", diff --git a/packages/@vue/cli/package.json b/packages/@vue/cli/package.json index d4a0bcdd54..d55981d9cc 100644 --- a/packages/@vue/cli/package.json +++ b/packages/@vue/cli/package.json @@ -7,7 +7,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/cli" }, "keywords": [ "vue", diff --git a/packages/@vue/eslint-config-airbnb/package.json b/packages/@vue/eslint-config-airbnb/package.json index e8a75df915..50808208f9 100644 --- a/packages/@vue/eslint-config-airbnb/package.json +++ b/packages/@vue/eslint-config-airbnb/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/eslint-config-airbnb" }, "keywords": [ "vue", diff --git a/packages/@vue/eslint-config-prettier/package.json b/packages/@vue/eslint-config-prettier/package.json index 32164708a7..9d6c839106 100644 --- a/packages/@vue/eslint-config-prettier/package.json +++ b/packages/@vue/eslint-config-prettier/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/eslint-config-prettier" }, "keywords": [ "vue", diff --git a/packages/@vue/eslint-config-standard/package.json b/packages/@vue/eslint-config-standard/package.json index 42886b7af6..1250ff1260 100644 --- a/packages/@vue/eslint-config-standard/package.json +++ b/packages/@vue/eslint-config-standard/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/eslint-config-standard" }, "keywords": [ "vue", diff --git a/packages/@vue/eslint-config-typescript/package.json b/packages/@vue/eslint-config-typescript/package.json index 7c22ff2140..a9232ed62f 100644 --- a/packages/@vue/eslint-config-typescript/package.json +++ b/packages/@vue/eslint-config-typescript/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-cli.git" + "url": "git+https://github.com/vuejs/vue-cli.git", + "directory": "packages/@vue/eslint-config-typescript" }, "keywords": [ "vue",