zoom
zoom copied to clipboard
Version on NPM not updated to 1.0.7
Hi,
The version of zoom I'm getting when npm installing is 1.0.6.
This version does not contain the 247 - for (k in cfg_def) {
-> for (var k in cfg_def) {
.
Thus it's not working in TypeScript
Could this be fixed?
Sure, send me a pull request.
The repository already has the fix, the only thing that is left to do is update the version on npm to 1.0.7...: https://www.npmjs.com/package/zoom-it
+1 I am needing your latest bug fixes in my app and would love to update it via npm vs some dirty copy+paste, or forking my own…
On it!
Done, let me know if it works for you now.