Add jstefanop/node-litecoin to dependencies

This commit is contained in:
Alex Thomas 2020-03-16 22:10:58 -04:00
parent 299800aa8e
commit 3fd1959cd7
2 changed files with 5 additions and 1 deletions

4
package-lock.json generated
View File

@ -2841,6 +2841,10 @@
"resolve": "1.8.1"
}
},
"litecoin": {
"version": "github:jstefanop/node-litecoin#ff1156b4ea4084920ecf5fe644f5d866155a5888",
"from": "github:jstefanop/node-litecoin"
},
"lodash": {
"version": "4.17.11",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",

View File

@ -24,7 +24,7 @@
"express": "^4.16.4",
"ip": "^1.1.5",
"knex": "^0.15.2",
"litecoin": "^2.0.5",
"litecoin": "github:jstefanop/node-litecoin",
"luxon": "^1.4.4",
"normalize-object": "^1.1.5",
"sqlite3": "^4.0.3"