Closed imndaiga closed 3 years ago
Hey @TerryMooreII , thanks for the quick action on this. Any idea/word of when to expect a release?
btw, adding main
to package.json
fixes #17
Version 1.1.4
has been release which has the package.json
main
property set.
The
package.json
is missing amain
entrypoint that points todist/index.js
. Doesn't seem to affect general ESM imports but custom eslint configs can't parse the modules correctly without it. Any particular reason for it's omission?