Skip to content

Commit

Permalink
Apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
jollytoad committed May 12, 2021
1 parent cec8934 commit eff69e9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/material-ui-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@
"node": ">=8.0.0"
},
"exports": {
"./*": "./*.js"
".": "./index.js",
"./package.json": "./package.json",
"./index": null,
"./esm/*": null,
"./*": {
"require": "./*.js",
"import": "./esm/*.js"
}
}
}

0 comments on commit eff69e9

Please sign in to comment.