sellmate-design-system-react 0.1.1 → 0.1.2

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 +10 -1
package/README.md CHANGED
@@ -74,4 +74,4 @@ export function Example() {
74
74
 
75
75
  ## 라이선스
76
76
 
77
- Sellmate 내부용.
77
+ UNLICENSED — Sellmate 내부용 독점 패키지입니다. 무단 사용·복제·재배포를 금합니다.
package/package.json CHANGED
@@ -1,7 +1,16 @@
1
1
  {
2
2
  "name": "sellmate-design-system-react",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Sellmate Design System — React (TypeScript + Tailwind v4) port",
5
+ "license": "UNLICENSED",
6
+ "keywords": [
7
+ "sellmate",
8
+ "design-system",
9
+ "react",
10
+ "tailwindcss",
11
+ "components",
12
+ "ui"
13
+ ],
5
14
  "type": "module",
6
15
  "sideEffects": [
7
16
  "**/*.css"