Skip to content

Commit

Permalink
bugs[web] should be bugs[url]
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Oct 13, 2011
1 parent 4c84001 commit 6563865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
, "url" : "http://github.com/mikeal/request.git"
}
, "bugs" :
{ "web" : "http://github.com/mikeal/request/issues" }
{ "url" : "http://github.com/mikeal/request/issues" }
, "engines" : ["node >= 0.3.6"]
, "main" : "./main"
, "scripts": { "test": "bash tests/run.sh" }
Expand Down

0 comments on commit 6563865

Please sign in to comment.