Skip to content

Commit

Permalink
Fix bugs url property in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dandean committed Dec 31, 2011
1 parent ac41603 commit 4723e6d
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
@@ -1,7 +1,7 @@
{
"name" : "object-additions",
"description" : "Methods which extend the Object object.",
"version" : "0.5.0",
"version" : "0.5.1",
"homepage" : "http://github.com/dandean/object-additions",
"author" : "Dan Dean <me@dandean.com> (http://dandean.com)",
"contributors" : [],
Expand All @@ -12,7 +12,7 @@
},
"bugs" : {
"mail" : "me@dandean.com",
"web" : "http://github.com/dandean/object-additions/issues"
"url" : "http://github.com/dandean/object-additions/issues"
},
"main" : "index",
"engines" : { "node" : ">=0.2.0" },
Expand Down

0 comments on commit 4723e6d

Please sign in to comment.