@lotte-innovate/ui-component-test 0.1.50 → 0.1.51

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,19 +1,18 @@
1
1
  {
2
2
  "name": "@lotte-innovate/ui-component-test",
3
3
  "description": "Lotte UI Library",
4
- "version": "0.1.50",
4
+ "version": "0.1.51",
5
5
  "private": false,
6
6
  "files": [
7
7
  "dist/cjs",
8
8
  "dist/esm",
9
- "dist/types",
10
9
  "dist/tailwind.config.d.ts",
11
10
  "dist/tailwind.config.js",
12
11
  "dist/globals.css"
13
12
  ],
14
13
  "main": "dist/cjs/lib/index.js",
15
14
  "module": "dist/esm/lib/index.js",
16
- "types": "dist/types/index.d.ts",
15
+ "types": "dist/esm/lib/index.d.ts",
17
16
  "exports": {
18
17
  ".": {
19
18
  "import": "./dist/esm/lib/index.js",