Skip to content

Commit

Permalink
chore: update homepage in package meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Feb 2, 2024
1 parent d76d769 commit c54e26e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0-alpha.6",
"type": "module",
"description": "A React implementation of Flow, mittwald’s design system",
"homepage": "https://mittwald.github.io/flow/01-getting-started/installation",
"homepage": "https://mittwald.github.io/flow",
"repository": "https://github.com/mittwald/flow",
"exports": {
"./Avatar": "./dist/Avatar.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0-alpha.6",
"type": "module",
"description": "The design tokens used in Flow, mittwald’s design system",
"homepage": "https://mittwald.github.io/flow/01-getting-started/installation",
"homepage": "https://mittwald.github.io/flow",
"repository": "https://github.com/mittwald/flow",
"exports": {
"./css": "./dist/variables.css"
Expand Down
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.6",
"type": "module",
"description": "A collection of CSS classes used in Flow, mittwald's design system.",
"homepage": "https://mittwald.github.io/flow/01-getting-started/installation",
"homepage": "https://mittwald.github.io/flow",
"repository": "https://github.com/mittwald/flow",
"exports": {
"./css": "./dist/styles.css"
Expand Down

1 comment on commit c54e26e

@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.08% 102/104
🟢 Branches 93.55% 29/31
🟢 Functions 100% 27/27
🟢 Lines 98.06% 101/103

Test suite run success

52 tests passing in 9 suites.

Report generated by 🧪jest coverage report action from c54e26e

Please sign in to comment.