Make sure all dependencies are pinned exactly

This commit is contained in:
Brian M. Carlson 2014-09-18 15:32:41 -04:00
parent 03336139ef
commit 74c6ebed31

View File

@ -18,10 +18,10 @@
"author": "Brian Carlson <brian.m.carlson@gmail.com>", "author": "Brian Carlson <brian.m.carlson@gmail.com>",
"main": "./lib", "main": "./lib",
"dependencies": { "dependencies": {
"bindings": "^1.2.1", "bindings": "1.2.1",
"buffer-writer": "1.0.0", "buffer-writer": "1.0.0",
"generic-pool": "2.1.1", "generic-pool": "2.1.1",
"nan": "~1.3.0", "nan": "1.3.0",
"packet-reader": "0.2.0", "packet-reader": "0.2.0",
"pg-connection-string": "0.1.2", "pg-connection-string": "0.1.2",
"pg-types": "1.4.0", "pg-types": "1.4.0",