Skip to content

Commit

Permalink
fix: add package.json to module exports (#1818)
Browse files Browse the repository at this point in the history
Fixes #1817
  • Loading branch information
toverux committed Dec 4, 2020
1 parent e2d9e93 commit d783a49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -4,6 +4,7 @@
"description": "yargs the modern, pirate-themed, successor to optimist.",
"main": "./index.cjs",
"exports": {
"./package.json": "./package.json",
".": [
{
"import": "./index.mjs",
Expand Down

0 comments on commit d783a49

Please sign in to comment.