evernode-js-client 0.6.14 → 0.6.15

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -6,14 +6,16 @@
6
6
  ],
7
7
  "homepage": "https://github.com/HotPocketDev/evernode-js-client",
8
8
  "license": "MIT",
9
- "version": "0.6.14",
9
+ "version": "0.6.15",
10
10
  "dependencies": {
11
11
  "elliptic": "6.5.4",
12
12
  "libsodium-wrappers": "0.7.10",
13
13
  "ripple-address-codec": "4.2.0",
14
14
  "ripple-keypairs": "1.1.0",
15
15
  "xrpl": "2.2.1",
16
- "xrpl-binary-codec": "1.4.2",
17
- "xrpl-accountlib": "2.2.0"
16
+ "xrpl-binary-codec": "1.4.2"
17
+ },
18
+ "scripts": {
19
+ "postinstall": "node postinstall.js external"
18
20
  }
19
21
  }