@lotte-innovate/ui-component-test 0.1.37 → 0.1.38
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.1.
|
4
|
+
"version": "0.1.38",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
@@ -10,9 +10,9 @@
|
|
10
10
|
"dist/types",
|
11
11
|
"dist/globals.css"
|
12
12
|
],
|
13
|
-
"main": "dist/cjs/index.js",
|
14
|
-
"module": "dist/esm/index.js",
|
15
|
-
"types": "dist/types/index.d.ts",
|
13
|
+
"main": "dist/cjs/lib/index.js",
|
14
|
+
"module": "dist/esm/lib/index.js",
|
15
|
+
"types": "dist/types/lib/index.d.ts",
|
16
16
|
"publishConfig": {
|
17
17
|
"access": "public"
|
18
18
|
},
|