From d39e033409a664759d6ea7134f75d359dce5d7fd Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Fri, 16 Jun 2017 07:16:42 +0100 Subject: [PATCH] bump packages for nom --- function/rbe/package.json | 2 +- social/pushbullet/package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/function/rbe/package.json b/function/rbe/package.json index 876f10ba..2e62d19a 100644 --- a/function/rbe/package.json +++ b/function/rbe/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-rbe", - "version" : "0.1.10", + "version" : "0.1.11", "description" : "A Node-RED node that provides report-by-exception (RBE) and deadband capability.", "dependencies" : { }, diff --git a/social/pushbullet/package.json b/social/pushbullet/package.json index c9cdd90f..82eead26 100644 --- a/social/pushbullet/package.json +++ b/social/pushbullet/package.json @@ -1,10 +1,10 @@ { "name" : "node-red-node-pushbullet", - "version" : "0.0.10", + "version" : "0.0.11", "description" : "A Node-RED node to send alerts via Pushbullet", "dependencies" : { - "pushbullet": "1.4.*", - "when": "^3.7.3" + "pushbullet": "~1.4.3", + "when": "^3.7.8" }, "repository" : { "type":"git",