@mittwald/flow-stylesheet 0.2.0-alpha.891 → 0.2.0-alpha.893

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @mittwald/flow-stylesheet
2
2
 
3
3
  This package is part of
4
- [Flow – mittwald design system](https://mittwald.github.io/flow/). See the
5
- homepage for more details.
4
+ [Flow – mittwald design system](https://flow.mittwald.de/). See the homepage for
5
+ more details.
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@mittwald/flow-stylesheet",
3
- "version": "0.2.0-alpha.891",
3
+ "version": "0.2.0-alpha.893",
4
4
  "type": "module",
5
5
  "description": "A collection of CSS classes used in Flow, mittwald's design system.",
6
- "homepage": "https://mittwald.github.io/flow",
6
+ "homepage": "https://flow.mittwald.de",
7
7
  "repository": "https://github.com/mittwald/flow",
8
8
  "exports": {
9
9
  "./css": "./dist/styles.css"
@@ -16,9 +16,9 @@
16
16
  "clean": "rimraf dist"
17
17
  },
18
18
  "devDependencies": {
19
- "@mittwald/flow-react-components": "0.2.0-alpha.891",
19
+ "@mittwald/flow-react-components": "0.2.0-alpha.893",
20
20
  "resolve-package-path": "^4.0.3",
21
21
  "rimraf": "^6.1.3"
22
22
  },
23
- "gitHead": "4f3f5d29d98aa76cd0b406d763b805303b1d9351"
23
+ "gitHead": "8df9458c3bd7b56eea6c4f6873ee7a8a70befe0f"
24
24
  }