Skip to content

Commit

Permalink
ui-icons: add main entry in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaswurtz committed Feb 15, 2024
1 parent 133bb29 commit 774e65d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"type": "module",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"main": "dist/index.esm.js",
"scripts": {
"svgo": "svgo icons --config svgo.config.cjs",
"build-components": "node ./scripts/build.js",
Expand Down

0 comments on commit 774e65d

Please sign in to comment.