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/23 15:29:47 UTC

[incubator-annotator] 01/05: Fix text package main and module fields

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 012072144de41f681353b814b6baa790bafcd9d6
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Wed May 22 15:59:49 2019 -0400

    Fix text package main and module fields
---
 packages/text/package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/packages/text/package.json b/packages/text/package.json
index dbee114..b9d93da 100644
--- a/packages/text/package.json
+++ b/packages/text/package.json
@@ -9,7 +9,8 @@
   },
   "license": "Apache-2.0",
   "author": "Apache Software Foundation",
-  "main": "lib",
+  "main": "lib/index.js",
+  "module": "esm/index.js",
   "dependencies": {
     "@babel/runtime-corejs3": "^7.4.0",
     "core-js": "3"