Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Crown
bitcore-wallet-service-crown
Commits
8ca0ac71
Commit
8ca0ac71
authored
8 years ago
by
Ivan Socolsky
Committed by
GitHub
8 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #567 from isocolsky/v1.10.0
v1.10.0
parents
ba4257d8
69eec11b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+11
-15
package.json
with
11 additions
and
15 deletions
+11
-15
package.json
View file @
8ca0ac71
...
...
@@ -2,7 +2,7 @@
"name"
:
"bitcore-wallet-service"
,
"description"
:
"A service for Mutisig HD Bitcoin Wallets"
,
"author"
:
"BitPay Inc"
,
"version"
:
"1.
9.1
"
,
"version"
:
"1.
10.0
"
,
"keywords"
:
[
"bitcoin"
,
"copay"
,
...
...
@@ -68,18 +68,14 @@
"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"
},
"bitcoreNode"
:
"./bitcorenode"
,
"contributors"
:
[
{
"name"
:
"Braydon Fuller"
,
"email"
:
"braydon@bitpay.com"
},
{
"name"
:
"Ivan Socolsky"
,
"email"
:
"ivan@bitpay.com"
},
{
"name"
:
"Matias Alejo Garcia"
,
"email"
:
"ematiu@gmail.com"
}
]
"contributors"
:
[{
"name"
:
"Braydon Fuller"
,
"email"
:
"braydon@bitpay.com"
},
{
"name"
:
"Ivan Socolsky"
,
"email"
:
"ivan@bitpay.com"
},
{
"name"
:
"Matias Alejo Garcia"
,
"email"
:
"ematiu@gmail.com"
}]
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help