You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2021/04/11 23:44:45 UTC

[incubator-annotator] branch master updated: Do not publish tsconfig.json and tsconfig.tsbuildinfo files

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


The following commit(s) were added to refs/heads/master by this push:
     new 87e3a44  Do not publish tsconfig.json and tsconfig.tsbuildinfo files
87e3a44 is described below

commit 87e3a44f9acacef7d498b05d93235d9738ae910b
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Sun Apr 11 16:42:57 2021 -0700

    Do not publish tsconfig.json and tsconfig.tsbuildinfo files
---
 packages/apache-annotator/.npmignore | 2 ++
 packages/dom/.npmignore              | 2 ++
 packages/selector/.npmignore         | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/packages/apache-annotator/.npmignore b/packages/apache-annotator/.npmignore
index 9f9013a..58fc595 100644
--- a/packages/apache-annotator/.npmignore
+++ b/packages/apache-annotator/.npmignore
@@ -1,3 +1,5 @@
 *.d.ts.map
+tsconfig.json
+tsconfig.tsbuildinfo
 /src
 /test
diff --git a/packages/dom/.npmignore b/packages/dom/.npmignore
index 9f9013a..58fc595 100644
--- a/packages/dom/.npmignore
+++ b/packages/dom/.npmignore
@@ -1,3 +1,5 @@
 *.d.ts.map
+tsconfig.json
+tsconfig.tsbuildinfo
 /src
 /test
diff --git a/packages/selector/.npmignore b/packages/selector/.npmignore
index 9f9013a..58fc595 100644
--- a/packages/selector/.npmignore
+++ b/packages/selector/.npmignore
@@ -1,3 +1,5 @@
 *.d.ts.map
+tsconfig.json
+tsconfig.tsbuildinfo
 /src
 /test