File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed
Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,6 @@ You can use any of the available [Helper Tools](#helper-tools) by prepending `rm
6363 "fetch": "rmrk-tools-fetch",
6464 "consolidate": "rmrk-tools-consolidate",
6565 "seed": "rmrk-tools-seed",
66- "getevents": "rmrk-tools-getevents",
67- "validate": "rmrk-tools-validate",
68- "run-listener": "rmrk-tools-run-listener"
6966},
7067```
7168
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 4242 "prepublishOnly" : " yarn build"
4343 },
4444 "bin" : {
45- "rmrk-tools-fetch" : " dist-cli/cli/fetch.js" ,
46- "rmrk-tools-consolidate" : " dist-cli/cli/consolidate.js" ,
47- "rmrk-tools-seed" : " dist-cli/cli/seed.js" ,
48- "rmrk-tools-getevents" : " dist-cli/cli/getevents.js" ,
49- "rmrk-tools-validate" : " dist-cli/cli/validate.js" ,
50- "rmrk-tools-run-listener" : " dist-cli/cli/run-listener.js"
45+ "rmrk-tools-fetch" : " dist-cli/cli/index.js fetch" ,
46+ "rmrk-tools-consolidate" : " dist-cli/cli/index.js consolidate" ,
47+ "rmrk-tools-seed" : " dist-cli/cli/index.js seed"
5148 },
5249 "author" :
" Bruno Skvorc <[email protected] >" ,
5350 "license" : " GPL-3.0" ,
9996 },
10097 "peerDependency" : {
10198 "@polkadot/api" : " ^4.0.3" ,
102- "@polkadot/extension-dapp" : " ^0.37.3-5" ,
103- "@polkadot/util-crypt" : " ^6.0.5"
99+ "@polkadot/util-crypto" : " ^6.0.5"
104100 }
105101}
You can’t perform that action at this time.
0 commit comments