ipfs-shipyard / browserify-zlib-next

Full zlib module for the browser
Other
5 stars 4 forks source link

fix(package): Use src/index.js as the library entry point #24

Closed haadcode closed 7 years ago

haadcode commented 7 years ago

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.

dignifiedquire commented 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.

dignifiedquire commented 7 years ago

You can see the build step here: https://github.com/ipfs/browserify-zlib-next/blob/master/package.json#L39