Skip to content

Commit

Permalink
fix: make icons package tree-shakeable (#2441)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorrusakov authored Jul 16, 2023
1 parent 8908849 commit bcdbff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"sideEffects": false,
"scripts": {
"build": "node copy-mui-icons.js && node copy-brand-icons.js && svgr svg --out-dir jsx && babel jsx -d es5",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit bcdbff9

Please sign in to comment.