@lotte-innovate/ui-component-test 0.0.32 → 0.0.33
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lotte-innovate/ui-component-test",
|
3
3
|
"description": "Lotte UI Library",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.33",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
@@ -9,9 +9,9 @@
|
|
9
9
|
"dist/tailwind.config.d.ts",
|
10
10
|
"dist/tailwind.config.js"
|
11
11
|
],
|
12
|
-
"main": "dist/lib/index.js",
|
13
|
-
"module": "dist/lib/index.js",
|
14
|
-
"types": "dist/lib/index.d.ts",
|
12
|
+
"main": "dist/src/lib/index.js",
|
13
|
+
"module": "dist/src/lib/index.js",
|
14
|
+
"types": "dist/src/lib/index.d.ts",
|
15
15
|
"publishConfig": {
|
16
16
|
"access": "public"
|
17
17
|
},
|