From 5342acca935f7d26d6696d2a10df0c081b63f3b0 Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Fri, 25 Mar 2016 12:39:32 +0100
Subject: [PATCH] Fix #368 Crash in windows 10

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index a2c8952e6..fb77b1d6a 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.8 && tar xzf ucoin-ui-0.1.8.tgz && cd package && npm install && cd .. && rm ucoin-ui-0.1.8.tgz"
+    "postinstall": "mkdir ui -p && cd ui && npm pack ucoin-ui@0.1.9 && tar xzf ucoin-ui-0.1.9.tgz && cd package && npm install && cd .. && rm ucoin-ui-0.1.9.tgz"
   },
   "repository": {
     "type": "git",
-- 
GitLab