Update kraken-api; remove deprecation warning in example script (#6)

* Update kraken-api; remove deprecation warning in example script

* Update package.json

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
This commit is contained in:
Christoph Stenglein
2020-12-08 15:49:39 +00:00
committed by GitHub
parent 92eccff5cc
commit 4e03422821
3 changed files with 190 additions and 112 deletions

View File

@@ -13,6 +13,6 @@
"test:withdraw": "node index.js --cmd=withdraw --validate"
},
"dependencies": {
"kraken-api": "1.0.0"
"kraken-api": "1.0.1"
}
}