Skip to content

Commit

Permalink
fix: package.json - deprecation warning on exports field (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang authored and keithamus committed Jan 25, 2022
1 parent c8a4e00 commit 5276af6
Showing 1 changed file with 1 addition and 1 deletion.
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 5276af6

Please sign in to comment.