Add missing metadata to package.jsons (#2487)

Co-authored-by: Emily Marigold Klassen <forivall@users.noreply.github.com>
This commit is contained in:
Emily Marigold Klassen 2021-03-12 06:23:13 -08:00 committed by GitHub
parent 25f658f227
commit 5a41a56862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 5 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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"

View File

@ -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",

View File

@ -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",