Skip to content

Commit

Permalink
issue 21 fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tk120404 committed Jul 20, 2014
1 parent 414d30d commit b877e46
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
49 changes: 25 additions & 24 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rssparser",
"version": "0.0.8",
"version": "0.0.9",
"author": "Arjunkumar Krishnamoorthy",
"description": "rssparser is an all purpose RSS/ATOM feed parser that parses feeds into a JSON format.",
"keywords": [
Expand All @@ -9,11 +9,12 @@
"feed",
"parser",
"xml",
"encoded",
"json"
],
"repository": {
"type": "git",
"url": "http://github.com/tk120404/node-rssparser.git"
"url": "https://github.com/tk120404/node-rssparser.git"
},
"dependencies": {
"xml2js": ">=0.2.0",
Expand All @@ -30,6 +31,6 @@
"main": "./lib/feed.js",
"readme": "node-rssparser",
"readmeFilename": "README.md",
"_id": "[email protected].8",
"_id": "[email protected].9",
"_from": "rssparser"
}

0 comments on commit b877e46

Please sign in to comment.