From f92b9824d408d99e57c4b977a86f29759265de83 Mon Sep 17 00:00:00 2001 From: raffazizzi Date: Fri, 21 Jun 2019 13:01:47 -0400 Subject: [PATCH] Adjusted package for more reliable import in ES6 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 22e4c2b..7fd6f31 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,7 @@ "name": "CETEIcean", "version": "1.0.0", "description": "JavaScript library to load a TEI XML document and register it as HTML5 custom elements.", - "main": "dist/CETEI.js", - "jsnext:main": "src/CETEI.js", + "main": "src/CETEI.js", "keywords": [ "TEI", "XML",