bump version and dependencies

This commit is contained in:
Dylan Greene
2014-01-28 10:34:46 -05:00
parent 77a4130d57
commit f0e6045873

View File

@@ -1,6 +1,6 @@
{ {
"name": "rss", "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.", "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>",
@@ -11,7 +11,8 @@
"Victor Jonsson", "Victor Jonsson",
"Danny Graham", "Danny Graham",
"Patrick Garman <contact@pmgarman.me>", "Patrick Garman <contact@pmgarman.me>",
"Fred Morstatter" "Fred Morstatter",
"Eric Vantillard https://github.com/evantill"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
@@ -22,7 +23,7 @@
"url": "http://github.com/dylang/node-rss/issues" "url": "http://github.com/dylang/node-rss/issues"
}, },
"dependencies": { "dependencies": {
"xml": "~0.0.4", "xml": "~0.0.12",
"mime": "~1.2.11" "mime": "~1.2.11"
}, },
"devDependencies": { "devDependencies": {