brianc / node-pg-pool

A connection pool for node-postgres
MIT License
180 stars 64 forks source link

drop support of node <4 ? #56

Closed abenhamdine closed 7 years ago

abenhamdine commented 7 years ago

Currently travis failed on node 0.10 and 0.12 because module standard.js only supports node >=4 because of eslint >=3.

I think it will be ok to drop support of node <4, once pg will also remove support, see https://github.com/brianc/node-postgres/issues/1298