From 11205282ce5afafefd8cd515beca369d3b475f1d Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Sun, 21 Feb 2021 18:18:41 +0700 Subject: [PATCH] add `repository.directory` to `packages/*/package.json` --- packages/core-js-builder/package.json | 3 ++- packages/core-js-bundle/package.json | 3 ++- packages/core-js-compat/package.json | 3 ++- packages/core-js-pure/package.json | 3 ++- packages/core-js/package.json | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/packages/core-js-builder/package.json b/packages/core-js-builder/package.json index e1def8f73638..37d5b09c0eeb 100644 --- a/packages/core-js-builder/package.json +++ b/packages/core-js-builder/package.json @@ -4,7 +4,8 @@ "version": "3.9.0", "repository": { "type": "git", - "url": "https://github.com/zloirock/core-js.git" + "url": "https://github.com/zloirock/core-js.git", + "directory": "packages/core-js-builder" }, "main": "index.js", "dependencies": { diff --git a/packages/core-js-bundle/package.json b/packages/core-js-bundle/package.json index d7a68a53cef0..93d95f5c7dfc 100644 --- a/packages/core-js-bundle/package.json +++ b/packages/core-js-bundle/package.json @@ -4,7 +4,8 @@ "version": "3.9.0", "repository": { "type": "git", - "url": "https://github.com/zloirock/core-js.git" + "url": "https://github.com/zloirock/core-js.git", + "directory": "packages/core-js-bundle" }, "main": "index.js", "funding": { diff --git a/packages/core-js-compat/package.json b/packages/core-js-compat/package.json index d1b094fb5cc0..c6c94d28357d 100644 --- a/packages/core-js-compat/package.json +++ b/packages/core-js-compat/package.json @@ -4,7 +4,8 @@ "version": "3.9.0", "repository": { "type": "git", - "url": "https://github.com/zloirock/core-js.git" + "url": "https://github.com/zloirock/core-js.git", + "directory": "packages/core-js-compat" }, "main": "index.js", "dependencies": { diff --git a/packages/core-js-pure/package.json b/packages/core-js-pure/package.json index 2fe8213740d9..87211c39f823 100644 --- a/packages/core-js-pure/package.json +++ b/packages/core-js-pure/package.json @@ -4,7 +4,8 @@ "version": "3.9.0", "repository": { "type": "git", - "url": "https://github.com/zloirock/core-js.git" + "url": "https://github.com/zloirock/core-js.git", + "directory": "packages/core-js-pure" }, "main": "index.js", "funding": { diff --git a/packages/core-js/package.json b/packages/core-js/package.json index f4e87e451d2b..bf16770de832 100644 --- a/packages/core-js/package.json +++ b/packages/core-js/package.json @@ -4,7 +4,8 @@ "version": "3.9.0", "repository": { "type": "git", - "url": "https://github.com/zloirock/core-js.git" + "url": "https://github.com/zloirock/core-js.git", + "directory": "packages/core-js" }, "main": "index.js", "funding": {