@lotte-innovate/ui-component-test 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lotte-innovate/ui-component-test",
|
3
3
|
"description": "Lotte UI Library",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.3",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
8
8
|
"dist/components",
|
9
|
-
"dist/Typography"
|
9
|
+
"dist/Typography",
|
10
|
+
"dist/index.js"
|
10
11
|
],
|
11
12
|
"main": "dist/index.js",
|
12
13
|
"module": "dist/index.js",
|