abc123s / redux-batch-enhancer

Batch subscriber notification for an array of actions (including complex actions, e.g. thunks).
25 stars 8 forks source link

Duplicate and invalid package.json "main" entries #9

Open JasonGore opened 4 years ago

JasonGore commented 4 years ago

While using an encompassing project with vite, I found out that it was unable to find the redux-batch-enhancer entry point. It appears the package.json file has two main entries, of which the first seems to be incorrect. In any case, there should only be one entry and it should ideally be the correct one.