Merge pull request #211 from isocolsky/version_bump

v0.0.28
This commit is contained in:
Matias Alejo Garcia 2015-05-14 16:53:42 -03:00
commit 298d755430
1 changed files with 8 additions and 11 deletions

View File

@ -2,7 +2,7 @@
"name": "bitcore-wallet-service", "name": "bitcore-wallet-service",
"description": "A service for Mutisig HD Bitcoin Wallets", "description": "A service for Mutisig HD Bitcoin Wallets",
"author": "BitPay Inc", "author": "BitPay Inc",
"version": "0.0.27", "version": "0.0.28",
"keywords": [ "keywords": [
"bitcoin", "bitcoin",
"copay", "copay",
@ -61,14 +61,11 @@
"test": "./node_modules/.bin/mocha", "test": "./node_modules/.bin/mocha",
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" "coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
}, },
"contributors": [ "contributors": [{
{ "name": "Ivan Socolsky",
"name": "Ivan Socolsky", "email": "ivan@bitpay.com"
"email": "ivan@bitpay.com" }, {
}, "name": "Matias Alejo Garcia",
{ "email": "ematiu@gmail.com"
"name": "Matias Alejo Garcia", }]
"email": "ematiu@gmail.com"
}
]
} }