diff --git a/package.json b/package.json index de4ddf64..44a58b34 100644 --- a/package.json +++ b/package.json @@ -123,6 +123,7 @@ "@types/validate-npm-package-name": "^4.0.0", "@types/yargs": "^17.0.11", "@types/yarnpkg__lockfile": "^1.1.5", + "@yarn-tool/ws-find-up-paths": "*", "chai": "^4.3.6", "jest": "^29.0.1", "jest-console": "^0.1.0", diff --git a/packages/@lazy-node/semver-ampersand/package.json b/packages/@lazy-node/semver-ampersand/package.json index 50437a1b..5027eced 100644 --- a/packages/@lazy-node/semver-ampersand/package.json +++ b/packages/@lazy-node/semver-ampersand/package.json @@ -22,7 +22,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@lazy-node/semver-ampersand" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@lazy-node/semver-parse/package.json b/packages/@lazy-node/semver-parse/package.json index 95e2e359..44eaa13b 100644 --- a/packages/@lazy-node/semver-parse/package.json +++ b/packages/@lazy-node/semver-parse/package.json @@ -14,7 +14,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@lazy-node/semver-parse" }, "license": "APACHEv2", "author": "AJ ONeal", diff --git a/packages/@lazy-node/semver-part/package.json b/packages/@lazy-node/semver-part/package.json index 572ead19..97b8d2c5 100644 --- a/packages/@lazy-node/semver-part/package.json +++ b/packages/@lazy-node/semver-part/package.json @@ -21,7 +21,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@lazy-node/semver-part" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/changelog/package.json b/packages/@yarn-tool/changelog/package.json index 6cbed0e6..fa1d5354 100644 --- a/packages/@yarn-tool/changelog/package.json +++ b/packages/@yarn-tool/changelog/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/changelog" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/check-pkg-bin/package.json b/packages/@yarn-tool/check-pkg-bin/package.json index 0dc8d358..eefd67b9 100644 --- a/packages/@yarn-tool/check-pkg-bin/package.json +++ b/packages/@yarn-tool/check-pkg-bin/package.json @@ -9,7 +9,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/check-pkg-bin" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/detect-yarnlock-version/package.json b/packages/@yarn-tool/detect-yarnlock-version/package.json index 01e1c592..96201ca4 100644 --- a/packages/@yarn-tool/detect-yarnlock-version/package.json +++ b/packages/@yarn-tool/detect-yarnlock-version/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/detect-yarnlock-version" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/dotenv/package.json b/packages/@yarn-tool/dotenv/package.json index bd5a192c..02080a30 100644 --- a/packages/@yarn-tool/dotenv/package.json +++ b/packages/@yarn-tool/dotenv/package.json @@ -19,7 +19,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/dotenv" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/env-path/package.json b/packages/@yarn-tool/env-path/package.json index c9c8396a..8db10cfa 100644 --- a/packages/@yarn-tool/env-path/package.json +++ b/packages/@yarn-tool/env-path/package.json @@ -22,7 +22,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/env-path" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/find-deps/package.json b/packages/@yarn-tool/find-deps/package.json index f8c55714..45ad1043 100644 --- a/packages/@yarn-tool/find-deps/package.json +++ b/packages/@yarn-tool/find-deps/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/find-deps" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/find-root/package.json b/packages/@yarn-tool/find-root/package.json index 3b11411d..248ba248 100644 --- a/packages/@yarn-tool/find-root/package.json +++ b/packages/@yarn-tool/find-root/package.json @@ -9,7 +9,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/find-root" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/find-tsconfig/package.json b/packages/@yarn-tool/find-tsconfig/package.json index b3a0cbfe..5ce22156 100644 --- a/packages/@yarn-tool/find-tsconfig/package.json +++ b/packages/@yarn-tool/find-tsconfig/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/find-tsconfig" }, "license": "ISC", "author": "", diff --git a/packages/@yarn-tool/fix-all/package.json b/packages/@yarn-tool/fix-all/package.json index 4cb45985..ee3433bb 100644 --- a/packages/@yarn-tool/fix-all/package.json +++ b/packages/@yarn-tool/fix-all/package.json @@ -23,7 +23,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/fix-all" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/fix-ws-links/package.json b/packages/@yarn-tool/fix-ws-links/package.json index 9b1dd96d..fb6333ce 100644 --- a/packages/@yarn-tool/fix-ws-links/package.json +++ b/packages/@yarn-tool/fix-ws-links/package.json @@ -9,7 +9,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/fix-ws-links" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/fix-ws-pkgs-link/package.json b/packages/@yarn-tool/fix-ws-pkgs-link/package.json index 818069c7..590a3e0f 100644 --- a/packages/@yarn-tool/fix-ws-pkgs-link/package.json +++ b/packages/@yarn-tool/fix-ws-pkgs-link/package.json @@ -22,7 +22,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/fix-ws-pkgs-link" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/fix-ws-versions/package.json b/packages/@yarn-tool/fix-ws-versions/package.json index ef161198..2ae2fd1d 100644 --- a/packages/@yarn-tool/fix-ws-versions/package.json +++ b/packages/@yarn-tool/fix-ws-versions/package.json @@ -23,7 +23,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/fix-ws-versions" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/get-paths-by-type/package.json b/packages/@yarn-tool/get-paths-by-type/package.json index 0d0fb9fd..ba35770c 100644 --- a/packages/@yarn-tool/get-paths-by-type/package.json +++ b/packages/@yarn-tool/get-paths-by-type/package.json @@ -22,7 +22,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/get-paths-by-type" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/get-pkg-bin/package.json b/packages/@yarn-tool/get-pkg-bin/package.json index fab2a458..c015379a 100644 --- a/packages/@yarn-tool/get-pkg-bin/package.json +++ b/packages/@yarn-tool/get-pkg-bin/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/get-pkg-bin" }, "license": "ISC", "author": "", diff --git a/packages/@yarn-tool/init-path/package.json b/packages/@yarn-tool/init-path/package.json index a96f231b..227ecbf0 100644 --- a/packages/@yarn-tool/init-path/package.json +++ b/packages/@yarn-tool/init-path/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/init-path" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/is-builtin-module/package.json b/packages/@yarn-tool/is-builtin-module/package.json index 19330a31..f155cead 100644 --- a/packages/@yarn-tool/is-builtin-module/package.json +++ b/packages/@yarn-tool/is-builtin-module/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/is-builtin-module" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/is-npx/package.json b/packages/@yarn-tool/is-npx/package.json index 860f1f5f..d1f033e5 100644 --- a/packages/@yarn-tool/is-npx/package.json +++ b/packages/@yarn-tool/is-npx/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/is-npx" }, "license": "ISC", "author": "", diff --git a/packages/@yarn-tool/ncu-ws/package.json b/packages/@yarn-tool/ncu-ws/package.json index 8752d474..a3da293c 100644 --- a/packages/@yarn-tool/ncu-ws/package.json +++ b/packages/@yarn-tool/ncu-ws/package.json @@ -23,7 +23,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/ncu-ws" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/ncu/package.json b/packages/@yarn-tool/ncu/package.json index f4690915..00a589eb 100644 --- a/packages/@yarn-tool/ncu/package.json +++ b/packages/@yarn-tool/ncu/package.json @@ -19,7 +19,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/ncu" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/node-modules-is-alias/package.json b/packages/@yarn-tool/node-modules-is-alias/package.json index 0f81d6bf..c0eb1524 100644 --- a/packages/@yarn-tool/node-modules-is-alias/package.json +++ b/packages/@yarn-tool/node-modules-is-alias/package.json @@ -22,7 +22,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/node-modules-is-alias" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/node-modules-link/package.json b/packages/@yarn-tool/node-modules-link/package.json index 3dcc530b..ecb73804 100644 --- a/packages/@yarn-tool/node-modules-link/package.json +++ b/packages/@yarn-tool/node-modules-link/package.json @@ -9,7 +9,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/node-modules-link" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/node-modules/package.json b/packages/@yarn-tool/node-modules/package.json index 3655cc11..eaae7cbc 100644 --- a/packages/@yarn-tool/node-modules/package.json +++ b/packages/@yarn-tool/node-modules/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/node-modules" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/normalize-deps-value/package.json b/packages/@yarn-tool/normalize-deps-value/package.json index af8ee106..01069e3b 100644 --- a/packages/@yarn-tool/normalize-deps-value/package.json +++ b/packages/@yarn-tool/normalize-deps-value/package.json @@ -23,7 +23,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/normalize-deps-value" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/npa-to-deps-query/package.json b/packages/@yarn-tool/npa-to-deps-query/package.json index a894b298..773fc9b2 100644 --- a/packages/@yarn-tool/npa-to-deps-query/package.json +++ b/packages/@yarn-tool/npa-to-deps-query/package.json @@ -22,7 +22,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/npa-to-deps-query" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/npa-to-deps/package.json b/packages/@yarn-tool/npa-to-deps/package.json index 830f1952..9a3dbde6 100644 --- a/packages/@yarn-tool/npa-to-deps/package.json +++ b/packages/@yarn-tool/npa-to-deps/package.json @@ -22,7 +22,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/npa-to-deps" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/npm-package-arg-util/package.json b/packages/@yarn-tool/npm-package-arg-util/package.json index 20cbb60d..597f61c8 100644 --- a/packages/@yarn-tool/npm-package-arg-util/package.json +++ b/packages/@yarn-tool/npm-package-arg-util/package.json @@ -19,7 +19,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/npm-package-arg-util" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/pack-package/package.json b/packages/@yarn-tool/pack-package/package.json index 882b0432..e631f0b3 100644 --- a/packages/@yarn-tool/pack-package/package.json +++ b/packages/@yarn-tool/pack-package/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/pack-package" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/path-parents/package.json b/packages/@yarn-tool/path-parents/package.json index 923396db..2b47ec27 100644 --- a/packages/@yarn-tool/path-parents/package.json +++ b/packages/@yarn-tool/path-parents/package.json @@ -19,7 +19,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/path-parents" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/pkg-deps-add/package.json b/packages/@yarn-tool/pkg-deps-add/package.json index 559b024c..a797b061 100644 --- a/packages/@yarn-tool/pkg-deps-add/package.json +++ b/packages/@yarn-tool/pkg-deps-add/package.json @@ -22,7 +22,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/pkg-deps-add" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/pkg-deps-util/package.json b/packages/@yarn-tool/pkg-deps-util/package.json index 60191c8d..49a67a6b 100644 --- a/packages/@yarn-tool/pkg-deps-util/package.json +++ b/packages/@yarn-tool/pkg-deps-util/package.json @@ -19,7 +19,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/pkg-deps-util" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/pkg-entry-util/package.json b/packages/@yarn-tool/pkg-entry-util/package.json index cc3b3a65..62154b5f 100644 --- a/packages/@yarn-tool/pkg-entry-util/package.json +++ b/packages/@yarn-tool/pkg-entry-util/package.json @@ -23,7 +23,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/pkg-entry-util" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/pkg-git-info/package.json b/packages/@yarn-tool/pkg-git-info/package.json index a836cf76..dadd8600 100644 --- a/packages/@yarn-tool/pkg-git-info/package.json +++ b/packages/@yarn-tool/pkg-git-info/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/pkg-git-info" }, "license": "ISC", "author": "", diff --git a/packages/@yarn-tool/pkg-hosted-info/package.json b/packages/@yarn-tool/pkg-hosted-info/package.json index c17709f8..225227d7 100644 --- a/packages/@yarn-tool/pkg-hosted-info/package.json +++ b/packages/@yarn-tool/pkg-hosted-info/package.json @@ -22,7 +22,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/pkg-hosted-info" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/pkg-list-to-types/package.json b/packages/@yarn-tool/pkg-list-to-types/package.json index 0398bf51..bdd1f07b 100644 --- a/packages/@yarn-tool/pkg-list-to-types/package.json +++ b/packages/@yarn-tool/pkg-list-to-types/package.json @@ -23,7 +23,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/pkg-list-to-types" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/pkg-name-to-types/package.json b/packages/@yarn-tool/pkg-name-to-types/package.json index d4f55c16..126c3952 100644 --- a/packages/@yarn-tool/pkg-name-to-types/package.json +++ b/packages/@yarn-tool/pkg-name-to-types/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/pkg-name-to-types" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/pkg-name-util/package.json b/packages/@yarn-tool/pkg-name-util/package.json index f083f6d5..956dca97 100644 --- a/packages/@yarn-tool/pkg-name-util/package.json +++ b/packages/@yarn-tool/pkg-name-util/package.json @@ -23,7 +23,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/pkg-name-util" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/pkg-version-query/package.json b/packages/@yarn-tool/pkg-version-query/package.json index 3ac890ae..208874b0 100644 --- a/packages/@yarn-tool/pkg-version-query/package.json +++ b/packages/@yarn-tool/pkg-version-query/package.json @@ -19,7 +19,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/pkg-version-query" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/require-resolve/package.json b/packages/@yarn-tool/require-resolve/package.json index 25bf00ff..c1860957 100644 --- a/packages/@yarn-tool/require-resolve/package.json +++ b/packages/@yarn-tool/require-resolve/package.json @@ -19,7 +19,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/require-resolve" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/resolve-package/package.json b/packages/@yarn-tool/resolve-package/package.json index dbd9ae0e..837b9c73 100644 --- a/packages/@yarn-tool/resolve-package/package.json +++ b/packages/@yarn-tool/resolve-package/package.json @@ -32,7 +32,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/resolve-package" }, "license": "ISC", "author": "", diff --git a/packages/@yarn-tool/run-script-lifecycle/package.json b/packages/@yarn-tool/run-script-lifecycle/package.json index 72008a4f..a6e10266 100644 --- a/packages/@yarn-tool/run-script-lifecycle/package.json +++ b/packages/@yarn-tool/run-script-lifecycle/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/run-script-lifecycle" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/script-lifecycle/package.json b/packages/@yarn-tool/script-lifecycle/package.json index e5d0ba17..5b6ab7f5 100644 --- a/packages/@yarn-tool/script-lifecycle/package.json +++ b/packages/@yarn-tool/script-lifecycle/package.json @@ -9,7 +9,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/script-lifecycle" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/search-workspace-prefix-by-name/package.json b/packages/@yarn-tool/search-workspace-prefix-by-name/package.json index 1d789315..492c92f9 100644 --- a/packages/@yarn-tool/search-workspace-prefix-by-name/package.json +++ b/packages/@yarn-tool/search-workspace-prefix-by-name/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/search-workspace-prefix-by-name" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/semver-diff/package.json b/packages/@yarn-tool/semver-diff/package.json index f5ad5a11..48e9b19c 100644 --- a/packages/@yarn-tool/semver-diff/package.json +++ b/packages/@yarn-tool/semver-diff/package.json @@ -14,7 +14,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/semver-diff" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/setup-module-env/package.json b/packages/@yarn-tool/setup-module-env/package.json index 5c5104ba..9cb08a3e 100644 --- a/packages/@yarn-tool/setup-module-env/package.json +++ b/packages/@yarn-tool/setup-module-env/package.json @@ -22,7 +22,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/setup-module-env" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/shebang/package.json b/packages/@yarn-tool/shebang/package.json index 3c29168d..4371067a 100644 --- a/packages/@yarn-tool/shebang/package.json +++ b/packages/@yarn-tool/shebang/package.json @@ -26,7 +26,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/shebang" }, "license": "MIT", "author": "Alexandru Vladutu ", diff --git a/packages/@yarn-tool/sort-lerna-json/package.json b/packages/@yarn-tool/sort-lerna-json/package.json index cb732d60..b478e361 100644 --- a/packages/@yarn-tool/sort-lerna-json/package.json +++ b/packages/@yarn-tool/sort-lerna-json/package.json @@ -23,7 +23,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/sort-lerna-json" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/static-file/package.json b/packages/@yarn-tool/static-file/package.json index a651315f..c3617400 100644 --- a/packages/@yarn-tool/static-file/package.json +++ b/packages/@yarn-tool/static-file/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/static-file" }, "license": "ISC", "author": "", diff --git a/packages/@yarn-tool/table/package.json b/packages/@yarn-tool/table/package.json index 736eb03e..80de4b51 100644 --- a/packages/@yarn-tool/table/package.json +++ b/packages/@yarn-tool/table/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/table" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/tag/package.json b/packages/@yarn-tool/tag/package.json index bbe2a06e..54695217 100644 --- a/packages/@yarn-tool/tag/package.json +++ b/packages/@yarn-tool/tag/package.json @@ -9,7 +9,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/tag" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/types/package.json b/packages/@yarn-tool/types/package.json index e5e81daa..ec7e516c 100644 --- a/packages/@yarn-tool/types/package.json +++ b/packages/@yarn-tool/types/package.json @@ -19,7 +19,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/types" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/update-notifier/package.json b/packages/@yarn-tool/update-notifier/package.json index 8a7d0193..048ed5d4 100644 --- a/packages/@yarn-tool/update-notifier/package.json +++ b/packages/@yarn-tool/update-notifier/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/update-notifier" }, "license": "ISC", "author": "", diff --git a/packages/@yarn-tool/validate-npm-package-name/package.json b/packages/@yarn-tool/validate-npm-package-name/package.json index 9681e252..3377faa4 100644 --- a/packages/@yarn-tool/validate-npm-package-name/package.json +++ b/packages/@yarn-tool/validate-npm-package-name/package.json @@ -14,7 +14,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/validate-npm-package-name" }, "license": "ISC", "author": "zeke", diff --git a/packages/@yarn-tool/version-recommended/package.json b/packages/@yarn-tool/version-recommended/package.json index 0d86b4d8..97905896 100644 --- a/packages/@yarn-tool/version-recommended/package.json +++ b/packages/@yarn-tool/version-recommended/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/version-recommended" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/workspaces-project/package.json b/packages/@yarn-tool/workspaces-project/package.json index 82d2b40c..5b687258 100644 --- a/packages/@yarn-tool/workspaces-project/package.json +++ b/packages/@yarn-tool/workspaces-project/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/workspaces-project" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/write-package-json/package.json b/packages/@yarn-tool/write-package-json/package.json index 4392bcb6..284b7923 100644 --- a/packages/@yarn-tool/write-package-json/package.json +++ b/packages/@yarn-tool/write-package-json/package.json @@ -23,7 +23,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/write-package-json" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/ws-changed/package.json b/packages/@yarn-tool/ws-changed/package.json index 27d1a899..fbae24b7 100644 --- a/packages/@yarn-tool/ws-changed/package.json +++ b/packages/@yarn-tool/ws-changed/package.json @@ -17,7 +17,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/ws-changed" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/ws-find-up-paths/package.json b/packages/@yarn-tool/ws-find-up-paths/package.json index 38f740ce..9c5d04d3 100644 --- a/packages/@yarn-tool/ws-find-up-paths/package.json +++ b/packages/@yarn-tool/ws-find-up-paths/package.json @@ -23,7 +23,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/ws-find-up-paths" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/ws-scope/package.json b/packages/@yarn-tool/ws-scope/package.json index 2899fd16..120532da 100644 --- a/packages/@yarn-tool/ws-scope/package.json +++ b/packages/@yarn-tool/ws-scope/package.json @@ -24,7 +24,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/ws-scope" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/yargs-util/package.json b/packages/@yarn-tool/yargs-util/package.json index 76488d93..71be8889 100644 --- a/packages/@yarn-tool/yargs-util/package.json +++ b/packages/@yarn-tool/yargs-util/package.json @@ -23,7 +23,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/yargs-util" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/yarn-struct-utils/package.json b/packages/@yarn-tool/yarn-struct-utils/package.json index d2f628a7..72a85446 100644 --- a/packages/@yarn-tool/yarn-struct-utils/package.json +++ b/packages/@yarn-tool/yarn-struct-utils/package.json @@ -23,7 +23,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/yarn-struct-utils" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/yarnlock-banner/package.json b/packages/@yarn-tool/yarnlock-banner/package.json index e1b81c3d..13bd8f82 100644 --- a/packages/@yarn-tool/yarnlock-banner/package.json +++ b/packages/@yarn-tool/yarnlock-banner/package.json @@ -19,7 +19,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/yarnlock-banner" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/yarnlock-dedupe/package.json b/packages/@yarn-tool/yarnlock-dedupe/package.json index 2612e52c..bc98c538 100644 --- a/packages/@yarn-tool/yarnlock-dedupe/package.json +++ b/packages/@yarn-tool/yarnlock-dedupe/package.json @@ -28,7 +28,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/yarnlock-dedupe" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/yarnlock-diff/package.json b/packages/@yarn-tool/yarnlock-diff/package.json index d204732a..840120c0 100644 --- a/packages/@yarn-tool/yarnlock-diff/package.json +++ b/packages/@yarn-tool/yarnlock-diff/package.json @@ -11,7 +11,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/yarnlock-diff" }, "license": "MIT", "author": "TychoTa @tychota", diff --git a/packages/@yarn-tool/yarnlock-entries/package.json b/packages/@yarn-tool/yarnlock-entries/package.json index 7a98468a..4e6fdbcb 100644 --- a/packages/@yarn-tool/yarnlock-entries/package.json +++ b/packages/@yarn-tool/yarnlock-entries/package.json @@ -19,7 +19,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/yarnlock-entries" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/yarnlock-error/package.json b/packages/@yarn-tool/yarnlock-error/package.json index 0ab7395d..220c6b4a 100644 --- a/packages/@yarn-tool/yarnlock-error/package.json +++ b/packages/@yarn-tool/yarnlock-error/package.json @@ -19,7 +19,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/yarnlock-error" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/yarnlock-fs/package.json b/packages/@yarn-tool/yarnlock-fs/package.json index 0b4a571a..6e6bc368 100644 --- a/packages/@yarn-tool/yarnlock-fs/package.json +++ b/packages/@yarn-tool/yarnlock-fs/package.json @@ -19,7 +19,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/yarnlock-fs" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/yarnlock-ncu/package.json b/packages/@yarn-tool/yarnlock-ncu/package.json index f048f91b..90dc970a 100644 --- a/packages/@yarn-tool/yarnlock-ncu/package.json +++ b/packages/@yarn-tool/yarnlock-ncu/package.json @@ -19,7 +19,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/yarnlock-ncu" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/yarnlock-parse-assert/package.json b/packages/@yarn-tool/yarnlock-parse-assert/package.json index b6376c86..e7b2a3f2 100644 --- a/packages/@yarn-tool/yarnlock-parse-assert/package.json +++ b/packages/@yarn-tool/yarnlock-parse-assert/package.json @@ -23,7 +23,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/yarnlock-parse-assert" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/yarnlock-parse-raw/package.json b/packages/@yarn-tool/yarnlock-parse-raw/package.json index 74be2930..dd16f4fc 100644 --- a/packages/@yarn-tool/yarnlock-parse-raw/package.json +++ b/packages/@yarn-tool/yarnlock-parse-raw/package.json @@ -23,7 +23,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/yarnlock-parse-raw" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/yarnlock-parse/package.json b/packages/@yarn-tool/yarnlock-parse/package.json index f9b0c687..b081094d 100644 --- a/packages/@yarn-tool/yarnlock-parse/package.json +++ b/packages/@yarn-tool/yarnlock-parse/package.json @@ -19,7 +19,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/yarnlock-parse" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/yarnlock-parsed-to-json/package.json b/packages/@yarn-tool/yarnlock-parsed-to-json/package.json index d0d4cab8..b4cc3d99 100644 --- a/packages/@yarn-tool/yarnlock-parsed-to-json/package.json +++ b/packages/@yarn-tool/yarnlock-parsed-to-json/package.json @@ -23,7 +23,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/yarnlock-parsed-to-json" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/yarnlock-stringify/package.json b/packages/@yarn-tool/yarnlock-stringify/package.json index beae0fae..65a7c7b9 100644 --- a/packages/@yarn-tool/yarnlock-stringify/package.json +++ b/packages/@yarn-tool/yarnlock-stringify/package.json @@ -19,7 +19,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/yarnlock-stringify" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/yarnlock-types/package.json b/packages/@yarn-tool/yarnlock-types/package.json index b570de6f..91032343 100644 --- a/packages/@yarn-tool/yarnlock-types/package.json +++ b/packages/@yarn-tool/yarnlock-types/package.json @@ -23,7 +23,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/yarnlock-types" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/yarnlock-util/package.json b/packages/@yarn-tool/yarnlock-util/package.json index b1deba84..c6ad5540 100644 --- a/packages/@yarn-tool/yarnlock-util/package.json +++ b/packages/@yarn-tool/yarnlock-util/package.json @@ -19,7 +19,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/yarnlock-util" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/@yarn-tool/yarnlock/package.json b/packages/@yarn-tool/yarnlock/package.json index 1b378f8e..5b8b3d49 100644 --- a/packages/@yarn-tool/yarnlock/package.json +++ b/packages/@yarn-tool/yarnlock/package.json @@ -21,7 +21,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/@yarn-tool/yarnlock" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/cache-path/package.json b/packages/cache-path/package.json index d055d903..d7e6dd9b 100644 --- a/packages/cache-path/package.json +++ b/packages/cache-path/package.json @@ -25,7 +25,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/cache-path" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/create-yarn-workspaces/package.json b/packages/create-yarn-workspaces/package.json index 1eff4a57..6bcfce48 100644 --- a/packages/create-yarn-workspaces/package.json +++ b/packages/create-yarn-workspaces/package.json @@ -18,7 +18,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/create-yarn-workspaces" }, "license": "ISC", "author": "", diff --git a/packages/env-run-path/package.json b/packages/env-run-path/package.json index 993e9b3b..042c126f 100644 --- a/packages/env-run-path/package.json +++ b/packages/env-run-path/package.json @@ -9,7 +9,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/env-run-path" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/find-pkg-ws/package.json b/packages/find-pkg-ws/package.json index 3aec4c98..4a29dd44 100644 --- a/packages/find-pkg-ws/package.json +++ b/packages/find-pkg-ws/package.json @@ -16,7 +16,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/find-pkg-ws" }, "license": "ISC", "author": "", diff --git a/packages/find-yarn-workspace-root2/package.json b/packages/find-yarn-workspace-root2/package.json index 40cbf93b..f40361ab 100644 --- a/packages/find-yarn-workspace-root2/package.json +++ b/packages/find-yarn-workspace-root2/package.json @@ -9,7 +9,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/find-yarn-workspace-root2" }, "license": "Apache-2.0", "author": "Square, Inc.", diff --git a/packages/node-package-json-loader/package.json b/packages/node-package-json-loader/package.json index 849ffe6f..c4dd2147 100644 --- a/packages/node-package-json-loader/package.json +++ b/packages/node-package-json-loader/package.json @@ -22,7 +22,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/node-package-json-loader" }, "license": "ISC", "author": "", diff --git a/packages/npm-init2/package.json b/packages/npm-init2/package.json index fc64d282..73bdda2d 100644 --- a/packages/npm-init2/package.json +++ b/packages/npm-init2/package.json @@ -20,7 +20,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/npm-init2" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/sort-package-json-scripts/package.json b/packages/sort-package-json-scripts/package.json index 9affd75a..6324d3cd 100644 --- a/packages/sort-package-json-scripts/package.json +++ b/packages/sort-package-json-scripts/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/sort-package-json-scripts" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/sort-package-json3/package.json b/packages/sort-package-json3/package.json index fe5a62ce..8dc57f01 100644 --- a/packages/sort-package-json3/package.json +++ b/packages/sort-package-json3/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/sort-package-json3" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/sync-lockfile/package.json b/packages/sync-lockfile/package.json index ab268adc..a1885ac3 100644 --- a/packages/sync-lockfile/package.json +++ b/packages/sync-lockfile/package.json @@ -9,7 +9,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/sync-lockfile" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/up-require/package.json b/packages/up-require/package.json index e13d4330..81840e03 100644 --- a/packages/up-require/package.json +++ b/packages/up-require/package.json @@ -22,7 +22,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/up-require" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/workspaces-config/package.json b/packages/workspaces-config/package.json index e613422c..447555b9 100644 --- a/packages/workspaces-config/package.json +++ b/packages/workspaces-config/package.json @@ -15,7 +15,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/workspaces-config" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/ws-pkg-list/package.json b/packages/ws-pkg-list/package.json index d4e883fd..d2370b08 100644 --- a/packages/ws-pkg-list/package.json +++ b/packages/ws-pkg-list/package.json @@ -18,7 +18,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/ws-pkg-list" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/ws-root-changelog/package.json b/packages/ws-root-changelog/package.json index a229d230..0cbfdbf7 100644 --- a/packages/ws-root-changelog/package.json +++ b/packages/ws-root-changelog/package.json @@ -24,7 +24,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/ws-root-changelog" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/ws-root-run/package.json b/packages/ws-root-run/package.json index 866aae0e..53855995 100644 --- a/packages/ws-root-run/package.json +++ b/packages/ws-root-run/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/ws-root-run" }, "license": "ISC", "author": "bluelovers", diff --git a/packages/yarn-cmd-module/package.json b/packages/yarn-cmd-module/package.json index 96adc573..14c6bc6b 100644 --- a/packages/yarn-cmd-module/package.json +++ b/packages/yarn-cmd-module/package.json @@ -8,7 +8,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/yarn-cmd-module" }, "license": "ISC", "author": "", diff --git a/packages/yarn-list-link/package.json b/packages/yarn-list-link/package.json index 54278610..f00f7208 100644 --- a/packages/yarn-list-link/package.json +++ b/packages/yarn-list-link/package.json @@ -9,7 +9,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git" + "url": "git+https://github.com/bluelovers/ws-yarn-workspaces.git", + "directory": "packages/yarn-list-link" }, "license": "ISC", "author": "bluelovers",