santthosh / aws-es-kibana

AWS ElasticSearch Kibana Proxy
Apache License 2.0
325 stars 133 forks source link

Updated node version range #17

Closed lusentis closed 7 years ago

lusentis commented 7 years ago

This module works perfectly with node 7, but refuses to install (using yarn) because node 7 is not included in the engines.node range. I've updated the range to "node": ">=6.3.0" (assuming there's a specific reason to no support node <6.3.0)