corrections to recent package changes

to close #117
This commit is contained in:
dceejay
2015-06-16 08:36:30 +01:00
parent 351ac84dca
commit 8d7c00d247
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
node-red-node-feedparse
=======================
node-red-node-feedparser
========================
A <a href="http://nodered.org" target="_new">Node-RED</a> node to talk to an IRC server.
A <a href="http://nodered.org" target="_new">Node-RED</a> node to read RSS and Atom feeds.
**Note** : This is the same node as is/was in the core of Node-RED. If you already
have it installed you do NOT need this node. However it will be deprecated from

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-feedparser",
"version" : "0.0.2",
"version" : "0.0.3",
"description" : "A Node-RED node to get RSS Atom feeds.",
"dependencies" : {
"feedparser" : "0.19.2",