@lotte-innovate/ui-component-test 0.0.42 → 0.0.43
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
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.43",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
@@ -11,12 +11,12 @@
|
|
11
11
|
"dist/globals.css"
|
12
12
|
],
|
13
13
|
"types": "dist/lib/index.d.ts",
|
14
|
-
"main": "dist/lib/index.js",
|
14
|
+
"main": "dist/cjs/lib/index.js",
|
15
15
|
"module": "dist/mjs/lib/index.js",
|
16
16
|
"exports": {
|
17
17
|
".": {
|
18
18
|
"import": "./dist/mjs/lib/index.js",
|
19
|
-
"require": "./dist/lib/index.js"
|
19
|
+
"require": "./dist/cjs/lib/index.js"
|
20
20
|
}
|
21
21
|
},
|
22
22
|
"publishConfig": {
|