Skip to content

Commit

Permalink
fix repo location in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-page committed Aug 9, 2016
1 parent 0cbc731 commit 36425f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/pekim/tedious-connection-pool.git"
"url": "git://github.com/tediousjs/tedious-connection-pool.git"
},
"keywords": [
"tedious",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/pekim/tedious-connection-pool/issues"
"url": "https://github.com/tediousjs/tedious-connection-pool/issues"
},
"homepage": "https://github.com/pekim/tedious-connection-pool"
"homepage": "https://github.com/tediousjs/tedious-connection-pool"
}

0 comments on commit 36425f2

Please sign in to comment.