Skip to content

Commit d9a3bdc

Browse files
authored
Update package.json
Make it possible to use the lib on node versions >= 6.0.0 brianc/node-postgres#1000
1 parent 212d613 commit d9a3bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"debug": "^2.0.0",
3737
"lodash": "~2.4.1",
3838
"moment": "~2.5.0",
39-
"pg": "~4.4.3",
39+
"pg": "~6.1.5",
4040
"pg-transaction": "^1.0.4",
4141
"sql": "~0.35.0"
4242
}

0 commit comments

Comments
 (0)