Skip to content

Commit

Permalink
fix: solve build wrong types path
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek committed Nov 12, 2024
1 parent 99d558d commit cdd9d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "dist/bulma.cjs",
"module": "dist/bulma.js",
"unpkg": "dist/bulma.cjs",
"types": "dist/types/bulma.d.ts",
"types": "dist/types/theme.d.ts",
"sideEffects": [
"*.css",
"*.scss"
Expand Down

0 comments on commit cdd9d5a

Please sign in to comment.