package.json cleanup, version bump

This commit is contained in:
Dan Janosik
2020-07-02 14:02:25 -04:00
parent 5408cc301b
commit 65a717ddef

View File

@@ -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"
}