Hello ! Great library, I've seen in your package.json that you got added this requirement:
"engines": {
"node": ">= 0.10.x < 0.13.0"
},
which is forbidding me to use this package on recent versions of nodeJS:
error smaz@1.0.0: The engine "node" is incompatible with this module. Expected version ">= 0.4.x < 0.7.0". Got "8.12.0"
Would it be possible to remove this part of the code in the package.json since your code seems compatible for every node version ?
Thanks in advance