Skip to content

Commit

Permalink
fix: 添加无副作用标记
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Mar 31, 2023
1 parent a703483 commit 3f27e5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"node": ">=16"
},
"engineStrict": true,
"sideEffects": false,
"type": "module",
"module": "dist-mjs/index.mjs",
"main": "dist-cjs/index.cjs",
Expand Down

0 comments on commit 3f27e5b

Please sign in to comment.