mirror of
https://github.com/alexgo-io/electrum-client.git
synced 2026-01-12 22:43:15 +08:00
package.json cleanup, version bump
This commit is contained in:
13
package.json
13
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "electrum-client",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"description": "Electrum protocol client for React Native & Node.js",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
@@ -12,15 +12,15 @@
|
||||
"devDependencies": {},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/BlueWallet/rn-electrum-client.git"
|
||||
"url": "git://github.com/janoside/electrum-client.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/BlueWallet/rn-electrum-client/issues"
|
||||
"url": "https://github.com/janoside/electrum-client/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"client",
|
||||
"bitcoin",
|
||||
"electrum",
|
||||
"bitcoin"
|
||||
"electrumx"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
@@ -28,7 +28,8 @@
|
||||
"contributors": [
|
||||
{ "name": "Yuki Akiyama" },
|
||||
{ "name": "7kharov" },
|
||||
{ "name": "overtorment" }
|
||||
{ "name": "overtorment" },
|
||||
{ "name": "janoside" },
|
||||
],
|
||||
"license": "MIT"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user