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 committed Jan 25, 2022
1 parent a8359d3 commit 53315df
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": {
"prebuild": "npm run clean",
Expand Down

0 comments on commit 53315df

Please sign in to comment.