This is an automated email from the ASF dual-hosted git repository.
randall pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git.
from 3e8a105 Merge pull request #93 from apache/faster-describeTextQuote
add db32ad5 Update babel to support "import * as" syntax
add 8934df0 Add apache-annotator meta-package
new 6221881 Merge pull request #94 from apache/meta-package
The 1 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:
package.json | 12 +-
packages/{selector => apache-annotator}/.npmignore | 0
packages/{selector => apache-annotator}/README.md | 0
.../{selector => apache-annotator}/package.json | 20 +-
packages/apache-annotator/src/dom/index.ts | 1 +
packages/apache-annotator/src/index.ts | 2 +
packages/apache-annotator/src/selector/index.ts | 1 +
packages/{dom => apache-annotator}/tsconfig.json | 3 +-
yarn.lock | 1230 ++++++++++----------
9 files changed, 660 insertions(+), 609 deletions(-)
copy packages/{selector => apache-annotator}/.npmignore (100%)
copy packages/{selector => apache-annotator}/README.md (100%)
copy packages/{selector => apache-annotator}/package.json (52%)
create mode 100644 packages/apache-annotator/src/dom/index.ts
create mode 100644 packages/apache-annotator/src/index.ts
create mode 100644 packages/apache-annotator/src/selector/index.ts
copy packages/{dom => apache-annotator}/tsconfig.json (73%)