@zenginui/cli 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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ zengin check --staged
|
|
|
55
55
|
|
|
56
56
|
## GitHub Actions
|
|
57
57
|
|
|
58
|
-
Until the packages are published, build them from source in the workflow. With published packages this collapses to one `npx
|
|
58
|
+
Until the packages are published, build them from source in the workflow. With published packages this collapses to one `npx zengin check` step.
|
|
59
59
|
|
|
60
60
|
```yaml
|
|
61
61
|
name: design-system
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenginui/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Command line for the Zengin conformance engine: the gate for pre-commit and CI.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@zenginui/engine": "0.1.0",
|
|
41
41
|
"@zenginui/figma": "0.1.0",
|
|
42
42
|
"@zenginui/mock": "0.1.0",
|
|
43
|
-
"@zenginui/registry": "0.1.
|
|
43
|
+
"@zenginui/registry": "0.1.1",
|
|
44
44
|
"@zenginui/rollup": "0.1.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|