pgpass: Upgrade to 1.x (#1098)

pgpass is using semver versioning now, thus a dependency on
version 1.x should be safe.
This commit is contained in:
hoegaarden 2016-08-10 22:15:09 +02:00 committed by Brian C
parent 9f955c4348
commit f857bbf623

View File

@ -23,7 +23,7 @@
"pg-connection-string": "0.1.3",
"pg-pool": "1.*",
"pg-types": "1.*",
"pgpass": "0.0.6",
"pgpass": "1.x",
"semver": "4.3.2"
},
"devDependencies": {