File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " pg-pool" ,
2
+ "name" : " @yugabytedb/ pg-pool" ,
3
3
"version" : " 3.5.1" ,
4
4
"description" : " Connection pool for node-postgres" ,
5
5
"main" : " index.js" ,
11
11
},
12
12
"repository" : {
13
13
"type" : " git" ,
14
- "url" : " git://github.com/brianc /node-postgres.git" ,
14
+ "url" : " git://github.com/yugabyte /node-postgres.git" ,
15
15
"directory" : " packages/pg-pool"
16
16
},
17
17
"keywords" : [
23
23
"author" : " Brian M. Carlson" ,
24
24
"license" : " MIT" ,
25
25
"bugs" : {
26
- "url" : " https://github.com/brianc /node-pg-pool/issues"
26
+ "url" : " https://github.com/yugabyte /node-pg-pool/issues"
27
27
},
28
- "homepage" : " https://github.com/brianc /node-pg-pool#readme" ,
28
+ "homepage" : " https://github.com/yugabyte /node-pg-pool#readme" ,
29
29
"devDependencies" : {
30
30
"bluebird" : " 3.4.1" ,
31
31
"co" : " 4.6.0" ,
36
36
},
37
37
"peerDependencies" : {
38
38
"pg" : " >=8.0"
39
+ },
40
+ "publishConfig" : {
41
+ "access" : " public"
39
42
}
40
43
}
You can’t perform that action at this time.
0 commit comments