mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Add missing bin/ directory to cli and faucet files
This commit is contained in:
parent
50b2be2cda
commit
76d33a7193
@ -13,6 +13,8 @@ and this project adheres to
|
||||
- @cosmjs/tendermint-rpc: Move version check from
|
||||
`Tendermint{34,37}Client.create` to `.connect` in order to allow creating
|
||||
clients without performing the extra network request ([#1358]).
|
||||
- @cosmjs/cli, @cosmjs/faucet: Add missing `bin/` directory to the
|
||||
package.json's `files` list to ship it as part of the released package.
|
||||
|
||||
[#1358]: https://github.com/cosmos/cosmjs/issues/1358
|
||||
[#1373]: https://github.com/cosmos/cosmjs/pull/1373
|
||||
|
@ -33,6 +33,7 @@
|
||||
"cosmjs-cli": "bin/cosmjs-cli"
|
||||
},
|
||||
"files": [
|
||||
"bin/",
|
||||
"build/",
|
||||
"tsconfig_repl.json",
|
||||
"*.md",
|
||||
|
@ -11,6 +11,7 @@
|
||||
"cosmos-faucet": "bin/cosmos-faucet"
|
||||
},
|
||||
"files": [
|
||||
"bin/",
|
||||
"build/",
|
||||
"*.md",
|
||||
"!*.spec.*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user