Skip to content

Commit 5a41a56

Browse files
authored
Add missing metadata to package.jsons (brianc#2487)
Co-authored-by: Emily Marigold Klassen <[email protected]>
1 parent 25f658f commit 5a41a56

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

packages/pg-connection-string/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git://github.com/brianc/node-postgres.git"
14+
"url": "git://github.com/brianc/node-postgres.git",
15+
"directory": "packages/pg-connection-string"
1516
},
1617
"keywords": [
1718
"pg",

packages/pg-cursor/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git://github.com/brianc/node-postgres.git"
14+
"url": "git://github.com/brianc/node-postgres.git",
15+
"directory": "packages/pg-cursor"
1516
},
1617
"author": "Brian M. Carlson",
1718
"license": "MIT",

packages/pg-pool/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git://github.com/brianc/node-postgres.git"
14+
"url": "git://github.com/brianc/node-postgres.git",
15+
"directory": "packages/pg-pool"
1516
},
1617
"keywords": [
1718
"pg",

packages/pg-protocol/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
"prepublish": "yarn build",
2323
"pretest": "yarn build"
2424
},
25+
"repository": {
26+
"type": "git",
27+
"url": "git://github.com/brianc/node-postgres.git",
28+
"directory": "packages/pg-protocol"
29+
},
2530
"files": [
2631
"/dist/*{js,ts,map}",
2732
"/src"

packages/pg-query-stream/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git://github.com/brianc/node-postgres.git"
12+
"url": "git://github.com/brianc/node-postgres.git",
13+
"directory": "packages/pg-query-stream"
1314
},
1415
"keywords": [
1516
"postgres",

packages/pg/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"homepage": "https://github.com/brianc/node-postgres",
1515
"repository": {
1616
"type": "git",
17-
"url": "git://github.com/brianc/node-postgres.git"
17+
"url": "git://github.com/brianc/node-postgres.git",
18+
"directory": "packages/pg"
1819
},
1920
"author": "Brian Carlson <[email protected]>",
2021
"main": "./lib",

0 commit comments

Comments
 (0)