Expand node version compatibility

Previously the library could not be installed with node 12:

https://github.com/ripple/ripple-binary-codec/pull/33
This commit is contained in:
Elliot Lee
2019-09-04 00:13:35 -07:00
parent ebb64ba177
commit 76db002eb5
3 changed files with 18 additions and 27 deletions

View File

@@ -24,8 +24,8 @@
"jsonschema": "1.2.2",
"lodash": "^4.17.4",
"ripple-address-codec": "^3.0.4",
"ripple-binary-codec": "0.2.2",
"ripple-hashes": "0.3.2",
"ripple-binary-codec": "^0.2.4",
"ripple-hashes": "^0.3.4",
"ripple-keypairs": "^0.10.1",
"ripple-lib-transactionparser": "0.7.1",
"ws": "^3.3.1"