Skip to content

Commit 243a01f

Browse files
committed
Add pg-copy-streams as dev dependency
1 parent a87d9a1 commit 243a01f

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
"pg-connection-string": "0.1.3",
2525
"pg-types": "1.6.0",
2626
"pgpass": "0.0.3",
27-
"semver": "^4.1.0",
28-
"pg-copy-streams": "~0.3.0"
27+
"semver": "^4.1.0"
2928
},
3029
"devDependencies": {
3130
"async": "0.9.0",
32-
"jshint": "2.5.2"
31+
"jshint": "2.5.2",
32+
"pg-copy-streams": "0.3.0"
3333
},
3434
"minNativeVersion": "1.7.0",
3535
"scripts": {

0 commit comments

Comments
 (0)