Skip to content

Commit 74f5a8f

Browse files
committed
rename typedoc.cjs
1 parent efc8423 commit 74f5a8f

File tree

29 files changed

+14
-14
lines changed

29 files changed

+14
-14
lines changed

packages/amino/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"registry": "https://registry.npmjs.org"
2424
},
2525
"scripts": {
26-
"docs": "typedoc --options typedoc.js",
26+
"docs": "typedoc --options typedoc.cjs",
2727
"lint": "eslint --max-warnings 0 \"./**/*.ts\" \"./*.js\"",
2828
"lint-fix": "eslint --fix --max-warnings 0 \"./**/*.ts\" \"./*.js\"",
2929
"format": "prettier --write --log-level warn \"./src/**/*.ts\"",
File renamed without changes.

packages/cosmwasm-stargate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"registry": "https://registry.npmjs.org"
2424
},
2525
"scripts": {
26-
"docs": "typedoc --options typedoc.js",
26+
"docs": "typedoc --options typedoc.cjs",
2727
"format": "prettier --write --log-level warn \"./src/**/*.ts\"",
2828
"format-text": "prettier --write \"./*.md\"",
2929
"lint": "eslint --max-warnings 0 \"./**/*.ts\" \"./*.js\"",
File renamed without changes.

packages/crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"registry": "https://registry.npmjs.org"
2525
},
2626
"scripts": {
27-
"docs": "typedoc --options typedoc.js",
27+
"docs": "typedoc --options typedoc.cjs",
2828
"lint": "eslint --max-warnings 0 \"./**/*.ts\" \"./*.js\"",
2929
"lint-fix": "eslint --fix --max-warnings 0 \"./**/*.ts\" \"./*.js\"",
3030
"format": "prettier --write --log-level warn \"./src/**/*.ts\"",
File renamed without changes.

packages/encoding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"registry": "https://registry.npmjs.org"
2424
},
2525
"scripts": {
26-
"docs": "typedoc --options typedoc.js",
26+
"docs": "typedoc --options typedoc.cjs",
2727
"lint": "eslint --max-warnings 0 \"./**/*.ts\" \"./*.js\"",
2828
"lint-fix": "eslint --fix --max-warnings 0 \"./**/*.ts\" \"./*.js\"",
2929
"format": "prettier --write --log-level warn \"./src/**/*.ts\"",
File renamed without changes.

packages/faucet-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"registry": "https://registry.npmjs.org"
2424
},
2525
"scripts": {
26-
"docs": "typedoc --options typedoc.js",
26+
"docs": "typedoc --options typedoc.cjs",
2727
"lint": "eslint --max-warnings 0 \"./**/*.ts\" \"./*.js\"",
2828
"lint-fix": "eslint --fix --max-warnings 0 \"./**/*.ts\" \"./*.js\"",
2929
"format": "prettier --write --log-level warn \"./src/**/*.ts\"",
File renamed without changes.

0 commit comments

Comments
 (0)