Skip to content

Commit d6fab28

Browse files
committed
Changed package scope to organisation for pg-pool
1 parent 008fa90 commit d6fab28

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

packages/pg-pool/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "pg-pool",
2+
"name": "@yugabytedb/pg-pool",
33
"version": "3.5.1",
44
"description": "Connection pool for node-postgres",
55
"main": "index.js",
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git://github.com/brianc/node-postgres.git",
14+
"url": "git://github.com/yugabyte/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/yugabyte/node-pg-pool/issues"
2727
},
28-
"homepage": "https://github.com/brianc/node-pg-pool#readme",
28+
"homepage": "https://github.com/yugabyte/node-pg-pool#readme",
2929
"devDependencies": {
3030
"bluebird": "3.4.1",
3131
"co": "4.6.0",
@@ -36,5 +36,8 @@
3636
},
3737
"peerDependencies": {
3838
"pg": ">=8.0"
39+
},
40+
"publishConfig": {
41+
"access": "public"
3942
}
4043
}

0 commit comments

Comments
 (0)