mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 03:56:19 +00:00
tested in node 0.5.10, updated package.json for npm, web->url
This commit is contained in:
@@ -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 <dylang@gmail.com>",
|
||||
@@ -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":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user