This is an automated email from the ASF dual-hosted git repository. randall pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git
commit 23e0754abf2db062376abe0f8c9c7fe9210062dd Author: Randall Leeds <[email protected]> AuthorDate: Sat Sep 19 18:38:44 2020 -0700 Add directory entries to package repository metadata --- packages/apache-annotator/package.json | 3 ++- packages/dom/package.json | 3 ++- packages/selector/package.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/packages/apache-annotator/package.json b/packages/apache-annotator/package.json index 12684bd..2614ba4 100644 --- a/packages/apache-annotator/package.json +++ b/packages/apache-annotator/package.json @@ -5,7 +5,8 @@ "homepage": "https://annotator.apache.org", "repository": { "type": "git", - "url": "https://github.com/apache/incubator-annotator.git" + "url": "https://github.com/apache/incubator-annotator.git", + "directory": "packages/apache-annotator" }, "license": "Apache-2.0", "author": "Apache Software Foundation", diff --git a/packages/dom/package.json b/packages/dom/package.json index ace7447..1bb3b2a 100644 --- a/packages/dom/package.json +++ b/packages/dom/package.json @@ -5,7 +5,8 @@ "homepage": "https://annotator.apache.org", "repository": { "type": "git", - "url": "https://github.com/apache/incubator-annotator.git" + "url": "https://github.com/apache/incubator-annotator.git", + "directory": "packages/dom" }, "license": "Apache-2.0", "author": "Apache Software Foundation", diff --git a/packages/selector/package.json b/packages/selector/package.json index 5283791..c27c215 100644 --- a/packages/selector/package.json +++ b/packages/selector/package.json @@ -5,7 +5,8 @@ "homepage": "https://annotator.apache.org", "repository": { "type": "git", - "url": "https://github.com/apache/incubator-annotator.git" + "url": "https://github.com/apache/incubator-annotator.git", + "directory": "packages/selector" }, "license": "Apache-2.0", "author": "Apache Software Foundation",
