You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ge...@apache.org on 2020/09/18 21:55:41 UTC

[incubator-annotator] branch top-level-exports updated (f943c81 -> 781d8e4)

This is an automated email from the ASF dual-hosted git repository.

gerben pushed a change to branch top-level-exports
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git.


    from f943c81  Add version number to top-level package.json
     new ab0f81e  rename package to apache-annotator
     new 781d8e4  Add empty .npmignore to override .gitignore

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .npmignore   | 0
 package.json | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 create mode 100644 .npmignore


[incubator-annotator] 01/02: rename package to apache-annotator

Posted by ge...@apache.org.
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 <ge...@treora.com>
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.",


[incubator-annotator] 02/02: Add empty .npmignore to override .gitignore

Posted by ge...@apache.org.
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 781d8e4c0d9d5d15a309b5452b0ca7c58f365a0f
Author: Gerben <ge...@treora.com>
AuthorDate: Fri Sep 18 23:50:44 2020 +0200

    Add empty .npmignore to override .gitignore
---
 .npmignore | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..e69de29