Skip to content

Commit

Permalink
fix: change to use exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 28, 2023
1 parent 5e3215d commit af65973
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",
"main": "lib/index.js",
"exports": "./lib/index.js",
"scripts": {
"prepack": "npm run build",
"start": "node lib/index.js",
Expand Down

0 comments on commit af65973

Please sign in to comment.