From 154c0dc2990458f4bcceb8527a856f63a5ef152c Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Wed, 16 Nov 2011 08:21:44 +1100 Subject: [PATCH] changed web->url in bugs (issue #41) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2163952..550fe86 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "main": "./lib/log4js", "author": "Gareth Jones ", "bugs": { - "web": "http://github.com/csausdev/log4js-node/issues" + "url": "http://github.com/csausdev/log4js-node/issues" }, "engines": [ "node >=0.4" ], "scripts": {