Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update paths to JS file in package.json (#158)
Since the published module (on npm) ships everything in the `dist` folder, the relevant entries in `package.json` should point into that folder. Otherwise Node's resolve algorithm will fail to import the ES modules. E.g. I use rollup with `@rollup/plugin-node-resolve` for bundling.
- Loading branch information