Skip to content

Commit 7795ffd

Browse files
authored
Merge pull request bitcoinjs#904 from bitcoinjs/cleanup
package: rm contributors field, outdated, update wallet estimate
2 parents 59c9df2 + 8c408f9 commit 7795ffd

File tree

2 files changed

+5
-26
lines changed

2 files changed

+5
-26
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
77

88
The pure JavaScript Bitcoin library for node.js and browsers.
9-
Used by over a million wallet users and the backbone for almost all Bitcoin web wallets in production today.
9+
Estimated to be in use by over 15 million wallet users and is the backbone for almost all Bitcoin web wallets in production today.
1010

1111

1212
## Features

package.json

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,11 @@
77
"node": ">=4.0.0"
88
},
99
"keywords": [
10+
"bitcoinjs",
1011
"bitcoin",
11-
"browser",
12-
"client",
13-
"library"
14-
],
15-
"contributors": [
16-
{
17-
"name": "Daniel Cousens",
18-
"email": "[email protected]",
19-
"url": "http://dcousens.com"
20-
},
21-
{
22-
"name": "Kyle Drake",
23-
"email": "[email protected]",
24-
"url": "http://kyledrake.net/"
25-
},
26-
{
27-
"name": "Wei Lu",
28-
"email": "[email protected]",
29-
"url": "http://weilu.github.io/"
30-
},
31-
{
32-
"name": "Stefan Thomas",
33-
"email": "[email protected]",
34-
"url": "http://www.justmoon.net"
35-
}
12+
"browserify",
13+
"javascript",
14+
"bitcoinjs"
3615
],
3716
"scripts": {
3817
"coverage-report": "nyc report --reporter=lcov",

0 commit comments

Comments
 (0)