@razorwind/tailwindcss 0.0.43 → 0.0.44
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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -94,7 +94,7 @@ export default defineConfig({
|
|
|
94
94
|
|
|
95
95
|
| Option | Default | Description |
|
|
96
96
|
| ------------- | --------------------------- | -------------------------------------------------------- |
|
|
97
|
-
| `
|
|
97
|
+
| `outputPath` | `"DESIGN.md"` | Output file path (relative to the execution cwd) |
|
|
98
98
|
| `name` | `"Razorwind Design System"` | Design system name written to the YAML front matter |
|
|
99
99
|
| `description` | — | Short description written to the YAML front matter |
|
|
100
100
|
| `version` | `"alpha"` | DESIGN.md spec version written to the YAML front matter |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@razorwind/tailwindcss",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.44",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Razorwind Tailwind CSS plugin that can create Tailwind CSS files from design tokens or read a Tailwind CSS file and return the design tokens.",
|
|
6
6
|
"repository": {
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"@power-plant/core": "^0.0.90",
|
|
82
82
|
"@power-plant/dtcg-schema": "^0.0.1",
|
|
83
|
-
"@razorwind/core": "^0.0.
|
|
83
|
+
"@razorwind/core": "^0.0.48",
|
|
84
84
|
"@stryke/fs": "^0.33.110",
|
|
85
85
|
"@stryke/path": "^0.29.35",
|
|
86
86
|
"@stryke/type-checks": "^0.6.41",
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"typescript": "^6.0.3"
|
|
96
96
|
},
|
|
97
97
|
"publishConfig": { "access": "public" },
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "c53ec72420850efd1c4f8339b264c33ca6b9870b"
|
|
99
99
|
}
|