Skip to content

Commit f8f4ed7

Browse files
committed
chore: use @supabase npm packages
1 parent f428e0b commit f8f4ed7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ dist
99
.DS_Store
1010
/.eslintcache
1111
.vscode/
12-
manually-test-on-heroku.js
13-
!packages/pg-protocol/dist
12+
manually-test-on-heroku.js

packages/pg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"pg-connection-string": "^2.7.0",
2424
"pg-pool": "^3.8.0",
25-
"pg-protocol": "https://gitpkg.vercel.app/supabase/node-postgres/packages/pg-protocol?master",
25+
"pg-protocol": "npm:@supabase/pg-protocol@^0.0.0",
2626
"pg-types": "^2.1.0",
2727
"pgpass": "1.x"
2828
},

0 commit comments

Comments
 (0)