Skip to content

Commit d1ab821

Browse files
committed
chore: update packages.json for supabase scope
1 parent e81759c commit d1ab821

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "node-postgres",
2+
"name": "@supabase/node-postgres",
33
"description": "node postgres monorepo",
44
"main": "index.js",
55
"private": true,
6-
"repository": "[email protected]:brianc/node-postgres.git",
6+
"repository": "[email protected]:supabase/node-postgres.git",
77
"author": "Brian M. Carlson <[email protected]>",
88
"license": "MIT",
99
"workspaces": [

packages/pg-cloudflare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "git://github.com/brianc/node-postgres.git",
24+
"url": "git://github.com/supabase/node-postgres.git",
2525
"directory": "packages/pg-cloudflare"
2626
},
2727
"files": [

packages/pg-connection-string/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git://github.com/brianc/node-postgres.git",
14+
"url": "git://github.com/supabase/node-postgres.git",
1515
"directory": "packages/pg-connection-string"
1616
},
1717
"keywords": [
@@ -23,9 +23,9 @@
2323
"author": "Blaine Bublitz <[email protected]> (http://iceddev.com/)",
2424
"license": "MIT",
2525
"bugs": {
26-
"url": "https://github.com/brianc/node-postgres/issues"
26+
"url": "https://github.com/supabase/node-postgres/issues"
2727
},
28-
"homepage": "https://github.com/brianc/node-postgres/tree/master/packages/pg-connection-string",
28+
"homepage": "https://github.com/supabase/node-postgres/tree/master/packages/pg-connection-string",
2929
"devDependencies": {
3030
"chai": "^4.1.1",
3131
"coveralls": "^3.0.4",

packages/pg-cursor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git://github.com/brianc/node-postgres.git",
14+
"url": "git://github.com/supabase/node-postgres.git",
1515
"directory": "packages/pg-cursor"
1616
},
1717
"author": "Brian M. Carlson",

packages/pg-native/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/brianc/node-postgres.git"
11+
"url": "https://github.com/supabase/node-postgres.git"
1212
},
1313
"keywords": [
1414
"postgres",
@@ -18,9 +18,9 @@
1818
"author": "Brian M. Carlson",
1919
"license": "MIT",
2020
"bugs": {
21-
"url": "https://github.com/brianc/node-postgres/issues"
21+
"url": "https://github.com/supabase/node-postgres/issues"
2222
},
23-
"homepage": "https://github.com/brianc/node-postgres/tree/master/packages/pg-native",
23+
"homepage": "https://github.com/supabase/node-postgres/tree/master/packages/pg-native",
2424
"dependencies": {
2525
"libpq": "1.8.14",
2626
"pg-types": "^2.1.0"

packages/pg-pool/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git://github.com/brianc/node-postgres.git",
14+
"url": "git://github.com/supabase/node-postgres.git",
1515
"directory": "packages/pg-pool"
1616
},
1717
"keywords": [
@@ -23,9 +23,9 @@
2323
"author": "Brian M. Carlson",
2424
"license": "MIT",
2525
"bugs": {
26-
"url": "https://github.com/brianc/node-pg-pool/issues"
26+
"url": "https://github.com/supabase/node-pg-pool/issues"
2727
},
28-
"homepage": "https://github.com/brianc/node-pg-pool#readme",
28+
"homepage": "https://github.com/supabase/node-pg-pool#readme",
2929
"devDependencies": {
3030
"bluebird": "3.7.2",
3131
"co": "4.6.0",

packages/pg-protocol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "git://github.com/brianc/node-postgres.git",
27+
"url": "git://github.com/supabase/node-postgres.git",
2828
"directory": "packages/pg-protocol"
2929
},
3030
"files": [

packages/pg-query-stream/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git://github.com/brianc/node-postgres.git",
12+
"url": "git://github.com/supabase/node-postgres.git",
1313
"directory": "packages/pg-query-stream"
1414
},
1515
"keywords": [
@@ -26,7 +26,7 @@
2626
"author": "Brian M. Carlson",
2727
"license": "MIT",
2828
"bugs": {
29-
"url": "https://github.com/brianc/node-postgres/issues"
29+
"url": "https://github.com/supabase/node-postgres/issues"
3030
},
3131
"devDependencies": {
3232
"@types/chai": "^4.2.13",

packages/pg/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"postgresql",
1212
"rdbms"
1313
],
14-
"homepage": "https://github.com/brianc/node-postgres",
14+
"homepage": "https://github.com/supabase/node-postgres",
1515
"repository": {
1616
"type": "git",
17-
"url": "git://github.com/brianc/node-postgres.git",
17+
"url": "git://github.com/supabase/node-postgres.git",
1818
"directory": "packages/pg"
1919
},
2020
"author": "Brian Carlson <[email protected]>",

0 commit comments

Comments
 (0)