Skip to content

Commit 74c6ebe

Browse files
committed
Make sure all dependencies are pinned exactly
1 parent 0333613 commit 74c6ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"author": "Brian Carlson <brian.m.carlson@gmail.com>",
1919
"main": "./lib",
2020
"dependencies": {
21-
"bindings": "^1.2.1",
21+
"bindings": "1.2.1",
2222
"buffer-writer": "1.0.0",
2323
"generic-pool": "2.1.1",
24-
"nan": "~1.3.0",
24+
"nan": "1.3.0",
2525
"packet-reader": "0.2.0",
2626
"pg-connection-string": "0.1.2",
2727
"pg-types": "1.4.0",

0 commit comments

Comments
 (0)