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 2019/05/22 19:56:32 UTC

[incubator-annotator] branch master updated: Add dependency from dom on text

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 8a6f998  Add dependency from dom on text
8a6f998 is described below

commit 8a6f9989cfae2f4aa9a0ec5c0765bbb0ef6521e7
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Wed May 22 15:39:26 2019 -0400

    Add dependency from dom on text
---
 packages/dom/package.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/dom/package.json b/packages/dom/package.json
index 9c137fa..6bc649e 100644
--- a/packages/dom/package.json
+++ b/packages/dom/package.json
@@ -12,6 +12,7 @@
   "main": "lib/index.js",
   "module": "esm/index.js",
   "dependencies": {
+    "@annotator/text": "^0.0.0",
     "@babel/runtime-corejs3": "^7.4.0",
     "core-js": "3",
     "range-normalize": "^1.1.1"