-
Notifications
You must be signed in to change notification settings - Fork 42
Package Json wrong #66
Copy link
Copy link
Open
Labels
needs investigationThis item needs to be looked into, additional content from issue submitter would help as well.This item needs to be looked into, additional content from issue submitter would help as well.
Metadata
Metadata
Assignees
Labels
needs investigationThis item needs to be looked into, additional content from issue submitter would help as well.This item needs to be looked into, additional content from issue submitter would help as well.
I wont to include your npm modules directly as esm but your package json is wrong.
the export: "module" points to "dist/index.js"
wich has this code:
but the index.js in esm-es5 is empty