Remove `module` entry from package.json
create-react-app have issues with the module
entry:
https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-run-build-fails-to-minify
So we removed it. Only publishing the lib/ as the main entrypoint.