diff --git a/packages/datetime/package.json b/packages/datetime/package.json index a63c0e6d5f..ac3d7fb4a9 100644 --- a/packages/datetime/package.json +++ b/packages/datetime/package.json @@ -56,7 +56,8 @@ }, "repository": { "type": "git", - "url": "git@github.com:palantir/blueprint.git" + "url": "git@github.com:palantir/blueprint.git", + "directory": "packages/datetime" }, "keywords": [ "palantir", diff --git a/packages/icons/package.json b/packages/icons/package.json index fc622c55ea..70becde350 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -52,7 +52,8 @@ }, "repository": { "type": "git", - "url": "git@github.com:palantir/blueprint.git" + "url": "git@github.com:palantir/blueprint.git", + "directory": "packages/icons" }, "keywords": [ "palantir", diff --git a/packages/labs/package.json b/packages/labs/package.json index 12901f4cbb..f26b83a63c 100644 --- a/packages/labs/package.json +++ b/packages/labs/package.json @@ -54,7 +54,8 @@ }, "repository": { "type": "git", - "url": "git@github.com:palantir/blueprint.git" + "url": "git@github.com:palantir/blueprint.git", + "directory": "packages/labs" }, "keywords": [ "palantir", diff --git a/packages/node-build-scripts/package.json b/packages/node-build-scripts/package.json index 08d99473b5..27ea08f25a 100644 --- a/packages/node-build-scripts/package.json +++ b/packages/node-build-scripts/package.json @@ -30,7 +30,8 @@ }, "repository": { "type": "git", - "url": "git@github.com:palantir/blueprint.git" + "url": "git@github.com:palantir/blueprint.git", + "directory": "packages/node-build-scripts" }, "author": "Palantir Technologies", "license": "SEE LICENSE IN LICENSE" diff --git a/packages/select/package.json b/packages/select/package.json index d1037f2a35..942bdbb37c 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -54,7 +54,8 @@ }, "repository": { "type": "git", - "url": "git@github.com:palantir/blueprint.git" + "url": "git@github.com:palantir/blueprint.git", + "directory": "packages/select" }, "keywords": [ "palantir", diff --git a/packages/table/package.json b/packages/table/package.json index b1cda69c72..6356c291d1 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -57,7 +57,8 @@ }, "repository": { "type": "git", - "url": "git@github.com:palantir/blueprint.git" + "url": "git@github.com:palantir/blueprint.git", + "directory": "packages/table" }, "keywords": [ "palantir", diff --git a/packages/test-commons/package.json b/packages/test-commons/package.json index 507c104ef7..c3019b9916 100644 --- a/packages/test-commons/package.json +++ b/packages/test-commons/package.json @@ -27,7 +27,8 @@ }, "repository": { "type": "git", - "url": "git@github.com:palantir/blueprint.git" + "url": "git@github.com:palantir/blueprint.git", + "directory": "packages/test-commons" }, "author": "Palantir Technologies", "license": "SEE LICENSE IN LICENSE" diff --git a/packages/timezone/package.json b/packages/timezone/package.json index 4e8a174604..f4a115a369 100644 --- a/packages/timezone/package.json +++ b/packages/timezone/package.json @@ -57,7 +57,8 @@ }, "repository": { "type": "git", - "url": "git@github.com:palantir/blueprint.git" + "url": "git@github.com:palantir/blueprint.git", + "directory": "packages/timezone" }, "keywords": [ "palantir", diff --git a/packages/tslint-config/package.json b/packages/tslint-config/package.json index e8af24798d..958e3cd5fe 100644 --- a/packages/tslint-config/package.json +++ b/packages/tslint-config/package.json @@ -18,7 +18,8 @@ }, "repository": { "type": "git", - "url": "git@github.com:palantir/blueprint.git" + "url": "git@github.com:palantir/blueprint.git", + "directory": "packages/tslint-config" }, "author": "Palantir Technologies", "license": "SEE LICENSE IN LICENSE" diff --git a/packages/webpack-build-scripts/package.json b/packages/webpack-build-scripts/package.json index aadda50cb1..ff38829974 100644 --- a/packages/webpack-build-scripts/package.json +++ b/packages/webpack-build-scripts/package.json @@ -26,7 +26,8 @@ }, "repository": { "type": "git", - "url": "git@github.com:palantir/blueprint.git" + "url": "git@github.com:palantir/blueprint.git", + "directory": "packages/webpack-build-scripts" }, "author": "Palantir Technologies", "license": "SEE LICENSE IN LICENSE"