mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 12:06:20 +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",
|
"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":
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user