From c54e26e09b87f6b09427c00566c22eadec5dbfcf Mon Sep 17 00:00:00 2001 From: Marco Falkenberg Date: Fri, 2 Feb 2024 14:14:03 +0100 Subject: [PATCH] chore: update homepage in package meta data --- packages/components/package.json | 2 +- packages/design-tokens/package.json | 2 +- packages/stylesheet/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/components/package.json b/packages/components/package.json index 8db90ced0..8dbba6698 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -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", diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 4f871a5ca..56fa1993c 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -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" diff --git a/packages/stylesheet/package.json b/packages/stylesheet/package.json index 599070a9c..c9a2385e0 100644 --- a/packages/stylesheet/package.json +++ b/packages/stylesheet/package.json @@ -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"