Skip to content

Commit 6876fa1

Browse files
committed
Add semver as hard dependency
1 parent 21f6dbe commit 6876fa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"packet-reader": "0.2.0",
2525
"pg-connection-string": "0.1.3",
2626
"pg-types": "1.6.0",
27-
"pgpass": "0.0.3"
27+
"pgpass": "0.0.3",
28+
"semver": "^4.1.0"
2829
},
2930
"devDependencies": {
3031
"async": "0.9.0",
31-
"jshint": "2.5.2",
32-
"semver": "~3.0.1"
32+
"jshint": "2.5.2"
3333
},
3434
"minNativeVersion": "1.5.0",
3535
"scripts": {

0 commit comments

Comments
 (0)