Add missing bin/ directory to cli and faucet files

This commit is contained in:
Simon Warta
2023-03-22 15:29:35 +01:00
parent 50b2be2cda
commit 76d33a7193
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@
"cosmjs-cli": "bin/cosmjs-cli"
},
"files": [
"bin/",
"build/",
"tsconfig_repl.json",
"*.md",
+1
View File
@@ -11,6 +11,7 @@
"cosmos-faucet": "bin/cosmos-faucet"
},
"files": [
"bin/",
"build/",
"*.md",
"!*.spec.*",