We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12e555 commit 2de02f0Copy full SHA for 2de02f0
packages/pg-native/package.json
@@ -8,7 +8,7 @@
8
},
9
"repository": {
10
"type": "git",
11
- "url": "git://github.com/brianc/node-pg-native.git"
+ "url": "https://github.com/brianc/node-postgres.git"
12
13
"keywords": [
14
"postgres",
@@ -18,9 +18,9 @@
18
"author": "Brian M. Carlson",
19
"license": "MIT",
20
"bugs": {
21
- "url": "https://github.com/brianc/node-pg-native/issues"
+ "url": "https://github.com/brianc/node-postgres/issues"
22
23
- "homepage": "https://github.com/brianc/node-pg-native",
+ "homepage": "https://github.com/brianc/node-postgres/tree/master/packages/pg-native",
24
"dependencies": {
25
"libpq": "1.8.13",
26
"pg-types": "^2.1.0"
0 commit comments