Closed haadcode closed 7 years ago
This is the wrong solution, install from npm and the lib folder is there. It's generated in a build step before publishing.
You can see the build step here: https://github.com/ipfs/browserify-zlib-next/blob/master/package.json#L39
This PR will change the module's entry point from lib/index.js to src/index.js. The current version doesn't include lib/ in npm and as such the module, when installed from npm, is not working. This PR will fix that.