Skip to content

Commit

Permalink
fix(package): add exports for runtime styles (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m1d0v authored Oct 22, 2024
1 parent 85d15dc commit d17f829
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"style": "./build/runtime/index.css",
"default": "./build/runtime/index.js"
},
"./runtime/styles": "./build/runtime/index.css",
"./runtime/styles.css": "./build/runtime/index.css",
"./react": {
"types": "./build/react/index.d.ts",
"default": "./build/react/index.js"
Expand Down

0 comments on commit d17f829

Please sign in to comment.