Skip to content

Commit

Permalink
fix: Package.json exports
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 11, 2024
1 parent 411fb80 commit 90f892a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"index.css",
"dist/index.*s",
"dist/outputs",
"outputs/definitions",
"outputs/font",
"outputs/web",
"outputs/icons",
"outputs/icon-manifest.json",
"CHANGELOG.md"
Expand All @@ -18,7 +17,7 @@
".": "./dist/index.js",
"./icon-manifest.json": "./outputs/icon-manifest.json",
"./icons/*": "./outputs/icons/*",
"./font/*": "./outputs/font/*",
"./font/*": "./outputs/web/*",
"./index.css": "./index.css"
},
"devDependencies": {
Expand Down

0 comments on commit 90f892a

Please sign in to comment.