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:
- style-prop-object 1
- style-prop-object 2
- no-children-prop
I think it's need to add polyfill or to drop support for node <4
Hi!
In
package.jsonit is written that the plugin supports the version of node>= 0.10. ButArray.prototype.findisn't supported for node<4.List of files using
findmethod:I think it's need to add polyfill or to drop support for node
<4