Skip to content

Commit

Permalink
fix(stylesheet): fix export filename
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Jan 25, 2024
1 parent cdd8fab commit e49864a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stylesheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0-alpha.0",
"type": "module",
"exports": {
".": "./dist/style.css"
".": "./dist/styles.css"
},
"files": [
"dist"
Expand Down

1 comment on commit e49864a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for ./packages/components/

St.
Category Percentage Covered / Total
🟢 Statements 98.04% 100/102
🟢 Branches 93.75% 30/32
🟢 Functions 100% 27/27
🟢 Lines 98.04% 100/102

Test suite run success

51 tests passing in 9 suites.

Report generated by 🧪jest coverage report action from e49864a

Please sign in to comment.