@chassis-ui/docs 0.1.0 → 0.1.1

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 +1 -1
  2. package/package.json +5 -4
package/README.md CHANGED
@@ -95,4 +95,4 @@ Contributions are welcome! Please read the contributing guidelines in the main r
95
95
  - [Documentation](https://chassis-ui.com/docs)
96
96
  - [GitHub Repository](https://github.com/chassis-ui/website)
97
97
  - [Issue Tracker](https://github.com/chassis-ui/website/issues)
98
- - [Chassis UI Website](https://chassis-ui.com)
98
+ - [Chassis UI Website](https://chassis-ui.com)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chassis-ui/docs",
3
3
  "description": "Shared Astro components and layouts for Chassis documentation sites.",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",
@@ -38,9 +38,9 @@
38
38
  "./scss/*": "./src/scss/*"
39
39
  },
40
40
  "peerDependencies": {
41
- "@chassis-ui/css": "*",
42
- "@chassis-ui/icons": "*",
43
- "@chassis-ui/tokens": "*",
41
+ "@chassis-ui/css": "github:chassis-ui/css#app/docs",
42
+ "@chassis-ui/icons": "github:chassis-ui/icons#app/docs",
43
+ "@chassis-ui/tokens": "github:chassis-ui/tokens#app/docs",
44
44
  "astro": "^4.0.0 || ^5.0.0"
45
45
  },
46
46
  "devDependencies": {
@@ -52,6 +52,7 @@
52
52
  "@types/hast": "^3.0.4",
53
53
  "@types/mdast": "^4.0.4",
54
54
  "astro": "^5.13.9",
55
+ "chassis-css": "link:../chassis-css",
55
56
  "github-slugger": "^2.0.0",
56
57
  "image-size": "^2.0.2",
57
58
  "mdast-util-from-markdown": "^2.0.2",