Treora opened a new pull request #94: URL: https://github.com/apache/incubator-annotator/pull/94
A step towards addressing issue #90. This first approach exports through both ways I [mentioned there](https://github.com/apache/incubator-annotator/issues/90#issuecomment-694930052), so a user can do either of the following: ``` import { … } from 'apache-annotator/dom'; import { dom } from 'apache-annotator'; ``` I’d be happy to drop one of the two if there is no reason to keep both. Before a release, we’d have to manually update the packages’ version numbers in `package.json`. Also when adding a package, we’d have to add it manually in several places. Neither is too much hassle I suppose, but if there’s a simple way to automate such tasks that could be nice. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org