Update pinejs-client so that valid ssl certificates are enforced by default.

This commit is contained in:
Pagan Gazzard 2015-07-08 18:00:20 +01:00 committed by Pablo Carranza Vélez
parent 731338b0f4
commit d65f329cd5
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
* Updated pinejs-client so that valid ssl certificates are enforced by default. [Page]
* Write the `registered_at` time to config.json as well, in case there is a failure between writing to config.json and writing to knex [Page]
# v0.0.14

View File

@ -19,7 +19,7 @@
"mixpanel": "0.0.20",
"network-checker": "~0.0.4",
"ngrok": "~0.1.97",
"pinejs-client": "^1.2.0",
"pinejs-client": "^1.4.0",
"pubnub": "~3.6.4",
"randomstring": "~1.0.3",
"request": "^2.51.0",