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 60522a7 commit 8ab169c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
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 8ab169c

Please sign in to comment.