diff --git a/package.json b/package.json index 2b841a4020765b867a68911679def6726f401a22..4127d685ffcc9ff90c1c8e629b850ba7b80f78f5 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": {