Skip to content

Commit 77e45c9

Browse files
authored
Merge pull request brianc#2194 from papandreou/fix/monorepoRepoLinks
Fix repository field in package.json files after packages were moved into monorepo
2 parents afd14cb + abb1f34 commit 77e45c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/pg-connection-string/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/iceddev/pg-connection-string"
14+
"url": "git://github.com/brianc/node-postgres.git"
1515
},
1616
"keywords": [
1717
"pg",

packages/pg-cursor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git://github.com/brianc/node-pg-cursor.git"
14+
"url": "git://github.com/brianc/node-postgres.git"
1515
},
1616
"author": "Brian M. Carlson",
1717
"license": "MIT",

packages/pg-pool/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git://github.com/brianc/node-pg-pool.git"
14+
"url": "git://github.com/brianc/node-postgres.git"
1515
},
1616
"keywords": [
1717
"pg",

0 commit comments

Comments
 (0)