Skip to content

Commit b2045d2

Browse files
committed
Disallow utils import
1 parent 7c72e33 commit b2045d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/material-ui-icons/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
"description": "Material Design icons distributed as SVG React components.",
77
"exports": {
88
".": "./lib/index.js",
9-
"./*": "./lib/*.js"
9+
"./*": "./lib/*.js",
10+
"./utils/*": null
1011
},
1112
"publishConfig": {
1213
"access": "public",
1314
"exports": {
1415
".": "./index.js",
15-
"./*": "./*.js"
16+
"./*": "./*.js",
17+
"./utils/*": null
1618
},
1719
"type": "module"
1820
},

0 commit comments

Comments
 (0)