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/01/14 16:28:14 UTC

[incubator-annotator] 01/01: Merge pull request #102 from apache/apache-annotator-scope

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 a4d4b7a7d6d444eb2dbacc2f47e6cc25b85e0293
Merge: 1126e14 4b2d6fb
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Thu Jan 14 11:28:04 2021 -0500

    Merge pull request #102 from apache/apache-annotator-scope
    
    Move from @annotator to @apache-annotator scope

 .eslintrc.js                                    |  2 +-
 README.md                                       | 13 +++++++------
 babel.config.js                                 |  2 +-
 packages/apache-annotator/package.json          |  4 ++--
 packages/apache-annotator/src/dom/index.ts      |  2 +-
 packages/apache-annotator/src/index.ts          |  4 ++--
 packages/apache-annotator/src/selector/index.ts |  2 +-
 packages/dom/package.json                       |  4 ++--
 packages/dom/src/css.ts                         |  2 +-
 packages/dom/src/range/match.ts                 |  6 +++++-
 packages/dom/src/text-node-chunker.ts           |  2 +-
 packages/dom/src/text-position/describe.ts      |  4 ++--
 packages/dom/src/text-position/match.ts         |  4 ++--
 packages/dom/src/text-quote/describe.ts         |  4 ++--
 packages/dom/src/text-quote/match.ts            |  4 ++--
 packages/dom/test/text-position/match-cases.ts  |  2 +-
 packages/dom/test/text-position/match.test.ts   |  2 +-
 packages/dom/test/text-quote/describe-cases.ts  |  2 +-
 packages/dom/test/text-quote/match-cases.ts     |  2 +-
 packages/dom/test/text-quote/match.test.ts      |  2 +-
 packages/selector/package.json                  |  2 +-
 web/demo/index.js                               |  4 ++--
 22 files changed, 40 insertions(+), 35 deletions(-)