Skip to content

Commit

Permalink
fix: missing yargs.mjs
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
hongaar committed May 12, 2022
1 parent fcb4d38 commit 378a22a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -43,6 +43,7 @@
"helpers/*",
"index.mjs",
"yargs",
"yargs.mjs",
"build",
"locales",
"LICENSE",
Expand Down

0 comments on commit 378a22a

Please sign in to comment.