Skip to content

Commit

Permalink
Merge pull request #1 from dgonzalez/README
Browse files Browse the repository at this point in the history
Fixed repo in readme.md
  • Loading branch information
dgonzalez authored Mar 19, 2017
2 parents f64c374 + ef707fa commit 99a4b7d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "visigoth",
"version": "1.0.0",
"description": "",
"description": "A multipurpose load balancer with circuit breaker capabilities",
"main": "visigoth.js",
"scripts": {
"test": "mocha tests.js",
"coverage": "istanbul cover node_modules/.bin/_mocha tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rjrodger/visigoth.git"
"url": "https://github.com/dgonzalez/visigoth.git"
},
"author": "",
"license": "ISC",
"author": "David Gonzalez",
"license": "MIT",
"bugs": {
"url": "https://github.com/rjrodger/visigoth/issues"
"url": "https://github.com/dgonzalez/visigoth/issues"
},
"homepage": "https://github.com/rjrodger/visigoth",
"homepage": "https://github.com/dgonzalez/visigoth",
"dependencies": {
"assertion-error": "^1.0.1",
"async": "^2.0.0-rc.3",
Expand Down

0 comments on commit 99a4b7d

Please sign in to comment.