Skip to content

v1.0.1 - Fix erroneous main entry point in package.json

Compare
Choose a tag to compare
@snorremd snorremd released this 09 Oct 22:27

The previous v1.0.0 release contained a critical bug where the main property in the package.json config object was set to the wrong file and path. This caused node to complain when attempting to require the library in other node projects. Fixed issue in this release.