Closed owenallenaz closed 10 years ago
There were two unvarred variables in the top of index.js. Also I added --check-leaks to the package.json test script declaration to ensure future unvarred variables are caught by the CI.
--check-leaks
:+1:
Thanks for rolling that in so quick. Would you mind bumping the version number and doing an npm publish so dependencies can pick up the change?
npm publish
done - v0.1.4
There were two unvarred variables in the top of index.js. Also I added
--check-leaks
to the package.json test script declaration to ensure future unvarred variables are caught by the CI.