mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 03:56:19 +00:00
bump version and dependencies
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rss",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"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>",
|
||||
@@ -11,7 +11,8 @@
|
||||
"Victor Jonsson",
|
||||
"Danny Graham",
|
||||
"Patrick Garman <contact@pmgarman.me>",
|
||||
"Fred Morstatter"
|
||||
"Fred Morstatter",
|
||||
"Eric Vantillard https://github.com/evantill"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -22,7 +23,7 @@
|
||||
"url": "http://github.com/dylang/node-rss/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"xml": "~0.0.4",
|
||||
"xml": "~0.0.12",
|
||||
"mime": "~1.2.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user