v1.0.1 - Fix erroneous main entry point in package.json
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.