Skip to content

Commit

Permalink
Update ucoin-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
c-geek committed Mar 23, 2016
1 parent 68d3143 commit 829d8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 && cd ui && npm pack ucoin-ui@0.1.4 && tar xzf ucoin-ui-0.1.4.tgz && cd package && npm install && cd .. && rm ucoin-ui-0.1.4.tgz"
"postinstall": "mkdir ui -p && cd ui && npm pack ucoin-ui@0.1.5 && tar xzf ucoin-ui-0.1.5.tgz && cd package && npm install && cd .. && rm ucoin-ui-0.1.5.tgz"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 829d8fe

Please sign in to comment.