Drop support for node@v0.10

This commit is contained in:
brianc 2016-05-03 13:21:28 -05:00
parent c4a0e6dd58
commit ed57e131e9

View File

@ -1,6 +1,6 @@
{ {
"name": "pg-copy-streams", "name": "pg-copy-streams",
"version": "0.3.0", "version": "1.0.0",
"description": "Low-Level COPY TO and COPY FROM streams for PostgreSQL in JavaScript using", "description": "Low-Level COPY TO and COPY FROM streams for PostgreSQL in JavaScript using",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {