Fix repository field in package.json

This commit is contained in:
Andreas Lind 2020-05-05 09:26:42 +02:00
parent afd14cb5f9
commit abb1f34020
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/iceddev/pg-connection-string"
"url": "git://github.com/brianc/node-postgres.git"
},
"keywords": [
"pg",

View File

@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-pg-cursor.git"
"url": "git://github.com/brianc/node-postgres.git"
},
"author": "Brian M. Carlson",
"license": "MIT",

View File

@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-pg-pool.git"
"url": "git://github.com/brianc/node-postgres.git"
},
"keywords": [
"pg",