Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix package.json exports
  • Loading branch information
keithamus committed Jan 25, 2022
1 parent 5276af6 commit 022c2fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"require": "./index.js",
"import": "./index.mjs"
},
"./*": "./*.js"
"./*": "./*"
},
"scripts": {
"test": "make test"
Expand Down

0 comments on commit 022c2fa

Please sign in to comment.