From f79c548353970d85cc9e6cd176ac14970197076a Mon Sep 17 00:00:00 2001 From: Michael Kessler Date: Mon, 28 Nov 2011 13:43:08 +0100 Subject: [PATCH] Update bugs format in package.json. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81960f9..e0d3417 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "url" : "git://github.com/9elements/haml-coffee.git" }, "bugs" : { - "web" : "https://github.com/9elements/haml-coffee/issues" + "url" : "https://github.com/9elements/haml-coffee/issues" }, "scripts" : { "test" : "jasmine-node --coffee spec"