Skip to content

Commit

Permalink
fix: remove exports field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 5, 2021
1 parent 8bcf759 commit 34810a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"sideEffects": false,
"type": "module",
"exports": "lib/index.js",
"main": "lib/index.js",
"scripts": {
"prepack": "npm run build",
"start": "node lib/index.js",
Expand Down

0 comments on commit 34810a2

Please sign in to comment.