Skip to content

Commit

Permalink
Fix package json format
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jan 11, 2012
1 parent a529603 commit 2a12d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"email": "https://github.com/whizz"
}],
"main": "./lib/hbase",
"engines": { "node": ">= 0.1.90" }
"engines": { "node": ">= 0.1.90" },
"bugs": {
"url": "https://github.com/wdavidw/node-hbase/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/wdavidw/node-hbase.git"
},
"homepage": "https://github.com/wdavidw/node-hbase",
"homepage": "https://github.com/wdavidw/node-hbase"
}

0 comments on commit 2a12d8f

Please sign in to comment.