From b304abae2675f7d61f3a302bd244836888f02f8b Mon Sep 17 00:00:00 2001 From: Oleg Zinchenko Date: Tue, 8 Nov 2011 22:03:53 +0200 Subject: [PATCH] fixed typo at "package.json" --- 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/" }