bump packages on nom with Japanese translations

This commit is contained in:
Dave Conway-Jones 2017-05-31 20:44:33 +01:00
parent b18be401ec
commit 3c3b344942
No known key found for this signature in database
GPG Key ID: 81B04231572A9A2D
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "node-red-node-email",
"version": "0.1.22",
"version": "0.1.23",
"description": "Node-RED nodes to send and receive simple emails",
"dependencies": {
"nodemailer": "^1.11.0",

View File

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

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-twitter",
"version" : "0.1.10",
"version" : "0.1.11",
"description" : "A Node-RED node to talk to Twitter",
"dependencies" : {
"twitter-ng": "0.6.2",