From 034b207e29660ef7ee515665e8cf5adbe7161e11 Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Thu, 31 Mar 2016 22:53:36 +0200
Subject: [PATCH] Update UI

---
 package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 2b841a402..4127d685f 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
     "test": "mocha --growl --timeout 20000 test test/fast test/fast/block test/integration test/",
     "start": "node bin/ucoind start",
     "test-travis": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --timeout 20000 test test/fast test/fast/block test/integration test/",
-    "postinstall": "mkdir ui -p && cd ui && npm pack ucoin-ui@0.1.16 && tar xzf ucoin-ui-0.1.16.tgz && cd package && npm install && cd .. && rm ucoin-ui-0.1.16.tgz"
+    "postinstall": "mkdir ui -p && cd ui && npm pack ucoin-ui@0.1.17 && tar xzf ucoin-ui-0.1.17.tgz && cd package && npm install && cd .. && rm ucoin-ui-0.1.17.tgz"
   },
   "repository": {
     "type": "git",
@@ -52,7 +52,7 @@
     "moment": "2.6.0",
     "morgan": "1.6.1",
     "multimeter": "0.1.1",
-    "naclb": "1.2.9",
+    "naclb": "1.3.0",
     "nnupnp": "1.0.1",
     "optimist": "0.6.1",
     "q": "1.1.2",
@@ -66,7 +66,7 @@
     "underscore": "1.8.3",
     "vucoin": "0.30.1",
     "winston": "2.1.1",
-    "wotb": "0.4.5",
+    "wotb": "0.4.6",
     "ws": "1.0.1"
   },
   "devDependencies": {
-- 
GitLab