Skip to content

Update `main` path and thisArg

Choose a tag to compare

@dylancwood dylancwood released this 21 Jul 01:10
· 43 commits to master since this release

This package could not be required because the main path in package.json was set to index.js (which does not exist). Change the main path to be lib/main.js.

Further, when used with io.js v2.4, the reference to this is lost inside of lodash iterator functions. Explicitly specify that this is to be used as thisArg.