From c219a1efddfd9c164fabee992eaa6aae480f7ad0 Mon Sep 17 00:00:00 2001 From: Dylan Greene Date: Fri, 28 Oct 2011 15:19:34 -0400 Subject: [PATCH] tested in node 0.5.10, updated package.json for npm, web->url --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c28aa10..fd4f1af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rss", - "version": "0.0.2", + "version": "0.0.3", "description": "RSS feed generator. A really simple API to add RSS feeds to any project.", "homepage": "http://github.com/dylang/node-rss", "author": "Dylan Greene ", @@ -16,7 +16,7 @@ "bugs": { "mail": "dylang@gmail.com", - "web": "http://github.com/dylang/node-rss/issues" + "url": "http://github.com/dylang/node-rss/issues" }, "dependencies": {