akoenig / gulp-svg2png

A gulp plugin for converting SVGs to PNGs.
MIT License
54 stars 34 forks source link

NPM Install warning for node 5+ #26

Open owianbarnett opened 8 years ago

owianbarnett commented 8 years ago

Due to the package.json engines setting for node ^4.4.5 using this under node 5 or greater creates npm install warnings. Is this restriction necessary, any plans to test under node 5 and 6 and update?

"engines": { "node": "^4.4.5" },

npm WARN engine gulp-svg2png@2.0.0: wanted: {"node":"^4.4.5"} (current: {"node":"5.4.1","npm":"3.3.12"})