mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
updated pg-native github url in package.json (#3320)
This commit is contained in:
parent
f12e555b73
commit
2de02f0a63
@ -8,7 +8,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/brianc/node-pg-native.git"
|
||||
"url": "https://github.com/brianc/node-postgres.git"
|
||||
},
|
||||
"keywords": [
|
||||
"postgres",
|
||||
@ -18,9 +18,9 @@
|
||||
"author": "Brian M. Carlson",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/brianc/node-pg-native/issues"
|
||||
"url": "https://github.com/brianc/node-postgres/issues"
|
||||
},
|
||||
"homepage": "https://github.com/brianc/node-pg-native",
|
||||
"homepage": "https://github.com/brianc/node-postgres/tree/master/packages/pg-native",
|
||||
"dependencies": {
|
||||
"libpq": "1.8.13",
|
||||
"pg-types": "^2.1.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user