tested in node 0.5.10, updated package.json for npm, web->url

This commit is contained in:
Dylan Greene
2011-10-28 15:19:34 -04:00
parent cebb4e3af4
commit c219a1efdd

View File

@@ -1,6 +1,6 @@
{ {
"name": "rss", "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.", "description": "RSS feed generator. A really simple API to add RSS feeds to any project.",
"homepage": "http://github.com/dylang/node-rss", "homepage": "http://github.com/dylang/node-rss",
"author": "Dylan Greene <dylang@gmail.com>", "author": "Dylan Greene <dylang@gmail.com>",
@@ -16,7 +16,7 @@
"bugs": "bugs":
{ {
"mail": "dylang@gmail.com", "mail": "dylang@gmail.com",
"web": "http://github.com/dylang/node-rss/issues" "url": "http://github.com/dylang/node-rss/issues"
}, },
"dependencies": "dependencies":
{ {