fix GitHub pages (#1802)

* Publish

 - ripple-address-codec@4.2.0
 - ripple-binary-codec@1.2.0
 - ripple-keypairs@1.1.0
 - xrpl@2.0.2

* moves back git hub pages docs to the top
This commit is contained in:
ledhed2222
2021-11-15 23:06:47 -05:00
committed by GitHub
parent 7cb38591ac
commit 5da0db89f4
159 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "xrpl",
"version": "2.0.1",
"version": "2.0.2",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
@@ -24,9 +24,9 @@
"bip39": "^3.0.4",
"https-proxy-agent": "^5.0.0",
"lodash": "^4.17.4",
"ripple-address-codec": "^4.1.1",
"ripple-binary-codec": "^1.1.3",
"ripple-keypairs": "^1.0.3",
"ripple-address-codec": "^4.2.0",
"ripple-binary-codec": "^1.2.0",
"ripple-keypairs": "^1.1.0",
"ws": "^8.2.2"
},
"resolutions": {