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 bb78bd56915f6ed5f79db456e7a5a1d0c6b68a6d
Author: Randall Leeds <[email protected]>
AuthorDate: Sat Sep 19 21:33:57 2020 -0700

    Copy the README and DISCLAIMER into every package
    
    Ensure that every package contains the DISCLAIMER before publishing to a
    package registry and use the same README for every package. Rather than
    try to build a README for each package, future work can focus on
    providing detailed narrative and API documentation that is more easily
    browsed.
---
 .gitignore                          | 2 ++
 package.json                        | 4 ++--
 packages/apache-annotator/README.md | 3 ---
 packages/dom/README.md              | 3 ---
 packages/selector/README.md         | 3 ---
 5 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/.gitignore b/.gitignore
index 807d102..44c4e74 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,9 @@
 coverage
 node_modules
 tsconfig.tsbuildinfo
+/packages/*/DISCLAIMER-WIP
 /packages/*/LICENSE
 /packages/*/NOTICE
+/packages/*/README.md
 /packages/*/lib
 /web/dist
diff --git a/package.json b/package.json
index ca32ca3..540dcce 100644
--- a/package.json
+++ b/package.json
@@ -20,8 +20,8 @@
     "build:lib:cjs": "cross-env BABEL_ENV=cjs yarn build:lib",
     "build:lib:esm": "cross-env BABEL_ENV=esm yarn build:lib 
--out-file-extension .mjs",
     "build:lib:types": "tsc --build",
-    "build:misc": "lerna exec -- cp ../../LICENSE ../../NOTICE .",
-    "clean": "tsc --build --clean && lerna exec -- rimraf LICENSE NOTICE lib",
+    "build:misc": "lerna exec --parallel -- cp ../../DISCLAIMER-WIP 
../../LICENSE ../../NOTICE ../../README.md .",
+    "clean": "tsc --build --clean && lerna exec -- rimraf DISCLAIMER-WIP 
LICENSE NOTICE README.md lib",
     "lint": "tsc --build && eslint .",
     "prepare": "yarn run build:lib:types && lerna run prepare",
     "prepublishOnly": "yarn run build",
diff --git a/packages/apache-annotator/README.md 
b/packages/apache-annotator/README.md
deleted file mode 100644
index dd0f4da..0000000
--- a/packages/apache-annotator/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-This package is a part of the Apache Annotator (incubating) project.
-
-For docs and other useful info see the 
[website](https://annotator.apache.org/) or [GitHub 
repository](https://github.com/apache/incubator-annotator).
diff --git a/packages/dom/README.md b/packages/dom/README.md
deleted file mode 100644
index dd0f4da..0000000
--- a/packages/dom/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-This package is a part of the Apache Annotator (incubating) project.
-
-For docs and other useful info see the 
[website](https://annotator.apache.org/) or [GitHub 
repository](https://github.com/apache/incubator-annotator).
diff --git a/packages/selector/README.md b/packages/selector/README.md
deleted file mode 100644
index dd0f4da..0000000
--- a/packages/selector/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-This package is a part of the Apache Annotator (incubating) project.
-
-For docs and other useful info see the 
[website](https://annotator.apache.org/) or [GitHub 
repository](https://github.com/apache/incubator-annotator).

Reply via email to