sh-ui-cli 0.14.0 → 0.15.0
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/package.json +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sh-ui-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"description": "sh-ui CLI — 디자인 시스템 컴포넌트를 프로젝트로 복사하는 CLI (sh-ui init / add / list / remove)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -26,11 +26,13 @@
|
|
|
26
26
|
"bin": {
|
|
27
27
|
"sh-ui": "./bin/sh-ui.mjs"
|
|
28
28
|
},
|
|
29
|
+
"scripts": {
|
|
30
|
+
"prepublishOnly": "node --check bin/sh-ui.mjs"
|
|
31
|
+
},
|
|
29
32
|
"files": [
|
|
30
33
|
"bin",
|
|
31
34
|
"src",
|
|
32
35
|
"LICENSE",
|
|
33
36
|
"README.md"
|
|
34
|
-
]
|
|
35
|
-
|
|
36
|
-
}
|
|
37
|
+
]
|
|
38
|
+
}
|