Fix Windows contributors being unable to build and test the xrpl mono repo (#1822)

* Let ripple-binary-codec to build on windows & nix

Co-authored-by: Justintime <justinthenicholasoftime@protonmail.com>
This commit is contained in:
Jackson Mills
2021-11-23 12:29:06 -08:00
committed by GitHub
parent 887cb97c2b
commit 89b8833610
99 changed files with 53 additions and 111 deletions

View File

@@ -29,6 +29,9 @@
"ripple-keypairs": "^1.1.0",
"ws": "^8.2.2"
},
"devDependencies": {
"xrpl-local": "file:./src"
},
"resolutions": {
"elliptic": "^6.5.4"
},