Skip to content

Commit 553a0de

Browse files
authored
Merge pull request #1738 from dynst/esm-dot-cjs-faucet
.cjs renaming again
2 parents c9e04c3 + 0e07389 commit 553a0de

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

packages/faucet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"coverage": "nyc --reporter=text --reporter=lcov yarn test --quiet",
3939
"start-dev": "FAUCET_ADDRESS_PREFIX=wasm FAUCET_CREDIT_AMOUNT_UCOSM=10000000 FAUCET_CREDIT_AMOUNT_USTAKE=100000 FAUCET_CONCURRENCY=3 FAUCET_MNEMONIC=\"economy stock theory fatal elder harbor betray wasp final emotion task crumble siren bottom lizard educate guess current outdoor pair theory focus wife stone\" ./bin/cosmos-faucet start \"http://localhost:26659\"",
4040
"start-coralnet": "FAUCET_ADDRESS_PREFIX=coral FAUCET_TOKENS=\"ushell,ureef\" FAUCET_CREDIT_AMOUNT_USHELL=10000000 FAUCET_CREDIT_AMOUNT_UREEF=2000000 FAUCET_CONCURRENCY=3 FAUCET_MNEMONIC=\"economy stock theory fatal elder harbor betray wasp final emotion task crumble siren bottom lizard educate guess current outdoor pair theory focus wife stone\" ./bin/cosmos-faucet start \"https://lcd.coralnet.cosmwasm.com\"",
41-
"pack-node": "yarn build-or-skip && webpack --mode production --config webpack.node.config.js"
41+
"pack-node": "yarn build-or-skip && webpack --mode production --config webpack.node.config.cjs"
4242
},
4343
"dependencies": {
4444
"@cosmjs/crypto": "workspace:^",
File renamed without changes.
File renamed without changes.

packages/ledger-amino/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test": "yarn build-or-skip && yarn test-node",
3535
"demo-node": "yarn build-or-skip && node ./demo/node.js",
3636
"coverage": "nyc --reporter=text --reporter=lcov yarn test --quiet",
37-
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.demo.config.js"
37+
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.demo.config.cjs"
3838
},
3939
"dependencies": {
4040
"@cosmjs/amino": "workspace:^",

0 commit comments

Comments
 (0)