Skip to content

Commit

Permalink
🐛 fix: remove unnecessary sideEffects
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 11, 2023
1 parent d53673f commit 883fe1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
},
"license": "MIT",
"author": "arvinxx([email protected])",
"sideEffects": [
"**/*.less"
],
"sideEffects": false,
"main": "es/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand Down

0 comments on commit 883fe1b

Please sign in to comment.