Open owianbarnett opened 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"})
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"})