From 861b2c3bef88ceae10555e6ba2bed599c454510a Mon Sep 17 00:00:00 2001 From: Aria Stewart Date: Sat, 29 Oct 2011 13:45:51 -0300 Subject: [PATCH] Fix bugs.url per npm lint checker --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b395c90..f59b389 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ } , "bugs": { "mail": "chris@winberry.net" - , "web": "http://github.com/tautologistics/node-htmlparser/issues" + , "url": "http://github.com/tautologistics/node-htmlparser/issues" } , "os": [ "linux", "darwin", "freebsd", "win32" ] , "directories": { "lib": "./lib/" }