2.2.6, fixes wreck to 5.1.0,
Resolves issue experienced with lamassu-coinbase module: https://github.com/lamassu/lamassu-coinbase/issues/4
This commit is contained in:
parent
668f745a5e
commit
e088e6d935
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "lamassu-server",
|
"name": "lamassu-server",
|
||||||
"description": "bitcoin atm client server protocol module",
|
"description": "bitcoin atm client server protocol module",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"version": "2.2.5",
|
"version": "2.2.6",
|
||||||
"license": "unlicense",
|
"license": "unlicense",
|
||||||
"author": "Lamassu (https://lamassu.is)",
|
"author": "Lamassu (https://lamassu.is)",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
"minimist": "0.0.8",
|
"minimist": "0.0.8",
|
||||||
"node-uuid": "^1.4.2",
|
"node-uuid": "^1.4.2",
|
||||||
"pg": "~2.11.1",
|
"pg": "~2.11.1",
|
||||||
"wreck": "^5.1.0"
|
"wreck": "5.1.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue