Skip to content

Commit

Permalink
Add missing metadata to package.jsons (#2487)
Browse files Browse the repository at this point in the history
Co-authored-by: Emily Marigold Klassen <forivall@users.noreply.github.com>
  • Loading branch information
forivall and forivall committed Mar 12, 2021
1 parent 25f658f commit 5a41a56
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/pg-connection-string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-postgres.git"
"url": "git://github.com/brianc/node-postgres.git",
"directory": "packages/pg-connection-string"
},
"keywords": [
"pg",
Expand Down
3 changes: 2 additions & 1 deletion packages/pg-cursor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-postgres.git"
"url": "git://github.com/brianc/node-postgres.git",
"directory": "packages/pg-cursor"
},
"author": "Brian M. Carlson",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion packages/pg-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-postgres.git"
"url": "git://github.com/brianc/node-postgres.git",
"directory": "packages/pg-pool"
},
"keywords": [
"pg",
Expand Down
5 changes: 5 additions & 0 deletions packages/pg-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
"prepublish": "yarn build",
"pretest": "yarn build"
},
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-postgres.git",
"directory": "packages/pg-protocol"
},
"files": [
"/dist/*{js,ts,map}",
"/src"
Expand Down
3 changes: 2 additions & 1 deletion packages/pg-query-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
},
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-postgres.git"
"url": "git://github.com/brianc/node-postgres.git",
"directory": "packages/pg-query-stream"
},
"keywords": [
"postgres",
Expand Down
3 changes: 2 additions & 1 deletion packages/pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"homepage": "https://github.com/brianc/node-postgres",
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-postgres.git"
"url": "git://github.com/brianc/node-postgres.git",
"directory": "packages/pg"
},
"author": "Brian Carlson <brian.m.carlson@gmail.com>",
"main": "./lib",
Expand Down

0 comments on commit 5a41a56

Please sign in to comment.