Skip to content

Commit 378a22a

Browse files
authored
fix: missing yargs.mjs
Due to the `yargs.mjs` file not being published, the fix merged with yargs#2151 is not effective yet. This change should fix that. ``` Cannot find module './node_modules/yargs/yargs.mjs' imported from ./cli.js ```
1 parent fcb4d38 commit 378a22a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"helpers/*",
4444
"index.mjs",
4545
"yargs",
46+
"yargs.mjs",
4647
"build",
4748
"locales",
4849
"LICENSE",

0 commit comments

Comments
 (0)