Fixes the import problem caused by an incorrect main value in the package json.
Initial problem:
Fixed problem:
To test, I used npm link to link in my local copy instead of the one I installed from npm which got rid of the error as expected. I've also bumped the version number by a patch.
Fixes the import problem caused by an incorrect
main
value in the package json. Initial problem:Fixed problem:
To test, I used
npm link
to link in my local copy instead of the one I installed fromnpm
which got rid of the error as expected. I've also bumped the version number by a patch.