Skip to content

Commit b877e46

Browse files
committed
issue 21 fix changes
1 parent 414d30d commit b877e46

File tree

2 files changed

+29
-27
lines changed

2 files changed

+29
-27
lines changed

npm-shrinkwrap.json

Lines changed: 25 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rssparser",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"author": "Arjunkumar Krishnamoorthy",
55
"description": "rssparser is an all purpose RSS/ATOM feed parser that parses feeds into a JSON format.",
66
"keywords": [
@@ -9,11 +9,12 @@
99
"feed",
1010
"parser",
1111
"xml",
12+
"encoded",
1213
"json"
1314
],
1415
"repository": {
1516
"type": "git",
16-
"url": "http://github.com/tk120404/node-rssparser.git"
17+
"url": "https://github.com/tk120404/node-rssparser.git"
1718
},
1819
"dependencies": {
1920
"xml2js": ">=0.2.0",
@@ -30,6 +31,6 @@
3031
"main": "./lib/feed.js",
3132
"readme": "node-rssparser",
3233
"readmeFilename": "README.md",
33-
"_id": "rssparser@0.0.8",
34+
"_id": "rssparser@0.0.9",
3435
"_from": "rssparser"
3536
}

0 commit comments

Comments
 (0)