Further upgrade node-postgresql to 1.2.0, for field types availability

This commit is contained in:
Sandro Santilli 2013-06-06 17:47:23 +02:00
parent 779249801f
commit 298027aa5d
2 changed files with 2 additions and 2 deletions

2
npm-shrinkwrap.json generated
View File

@ -295,7 +295,7 @@
}
},
"pg": {
"version": "1.1.3",
"version": "1.2.0",
"dependencies": {
"buffer-writer": {
"version": "1.0.0",

View File

@ -13,7 +13,7 @@
"express": "~2.5.11",
"underscore" : "~1.3.3",
"underscore.string": "~1.1.6",
"pg": "~1.1.3",
"pg": "~1.2.0",
"express": "~2.5.11",
"generic-pool": "~2.0.2",
"redis": "0.7.1",