-
- Downloads
Update UI
... | ... | @@ -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": { | ||
... | ... |
Please register or sign in to comment