The following `main` entry in package.json only exports `lib/dom-parser.js`: ```json "main": "lib/dom-parser.js", ``` I think the `main` package object should provide access to functionality of all modules in `lib`. May be related to: #40, #48
The following
mainentry in package.json only exportslib/dom-parser.js:I think the
mainpackage object should provide access to functionality of all modules inlib.May be related to: #40, #48