Update pubnub (latest version doesn't seem to have the heartbeat unnecessarily)

This commit is contained in:
Pagan Gazzard 2015-07-20 19:29:41 +01:00 committed by Pablo Carranza Vélez
parent 3ad47adce4
commit 4fa84b1108
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
* Updated pubnub (3.7.13 doesn't seem to have the heartbeat unnecessarily)
* Fixed an issue where an image would not be cleaned up if it was tagged in multiple repos. [Page]
* Use JOBS=MAX for npm install. [Page]
* Updated pinejs-client so that valid ssl certificates are enforced by default. [Page]

View File

@ -20,7 +20,7 @@
"network-checker": "~0.0.4",
"ngrok": "~0.1.97",
"pinejs-client": "^1.4.0",
"pubnub": "~3.6.4",
"pubnub": "^3.7.13",
"randomstring": "~1.0.3",
"request": "^2.51.0",
"resin-register-device": "^1.0.1",