@framingui/ui 0.6.1 → 0.6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@framingui/ui",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "FramingUI Reference Component Library",
5
5
  "main": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.mts",
@@ -27,18 +27,6 @@
27
27
  "url": "https://github.com/soo-kate-yeon/framingui",
28
28
  "directory": "packages/ui"
29
29
  },
30
- "scripts": {
31
- "build": "tsup",
32
- "test": "vitest run",
33
- "test:watch": "vitest",
34
- "test:a11y": "vitest accessibility",
35
- "test:coverage": "vitest --coverage",
36
- "lint": "eslint src --ext .ts,.tsx,.js,.jsx",
37
- "type-check": "tsc --noEmit",
38
- "storybook": "storybook dev -p 6006",
39
- "storybook:build": "storybook build -o storybook-static",
40
- "prepublishOnly": "pnpm build"
41
- },
42
30
  "keywords": [
43
31
  "design-system",
44
32
  "components",
@@ -144,5 +132,16 @@
144
132
  "vitest": "^2.1.8",
145
133
  "vitest-axe": "^0.1.0",
146
134
  "zod": "^4.3.6"
135
+ },
136
+ "scripts": {
137
+ "build": "tsup",
138
+ "test": "vitest run",
139
+ "test:watch": "vitest",
140
+ "test:a11y": "vitest accessibility",
141
+ "test:coverage": "vitest --coverage",
142
+ "lint": "eslint src --ext .ts,.tsx,.js,.jsx",
143
+ "type-check": "tsc --noEmit",
144
+ "storybook": "storybook dev -p 6006",
145
+ "storybook:build": "storybook build -o storybook-static"
147
146
  }
148
- }
147
+ }