We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb5387 commit 835b058Copy full SHA for 835b058
package.json
@@ -50,6 +50,7 @@
50
}
51
},
52
"scripts": {
53
+ "build": "cd ./packages/pg-protocol && npm install",
54
"test": "make test-all"
55
56
"files": [
packages/pg/package.json
@@ -22,7 +22,7 @@
22
"dependencies": {
23
"pg-connection-string": "^2.7.0",
24
"pg-pool": "^3.7.0",
25
- "pg-protocol": "^1.7.0",
+ "pg-protocol": "../packages/pg-protocol",
26
"pg-types": "^2.1.0",
27
"pgpass": "1.x"
28
0 commit comments