Closed
Description
Hi!
In package.json
it is written that the plugin supports the version of node >= 0.10
. But Array.prototype.find
isn't supported for node <4
.
List of files using find
method:
I think it's need to add polyfill or to drop support for node <4