This is an automated email from the ASF dual-hosted git repository. gerben pushed a commit to branch top-level-exports in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git
commit ab0f81e02248e680f314d1b7c17f30a2fe34c4a1 Author: Gerben <[email protected]> AuthorDate: Fri Sep 18 23:30:15 2020 +0200 rename package to apache-annotator (as it should be equivalent to the meta-package with that name) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a82de7..e71303f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "annotator", + "name": "apache-annotator", "version": "0.1.0", "private": true, "description": "Apache Annotator provides annotation enabling code for browsers, servers, and humans.",
