@lotte-innovate/ui-component-test 0.2.5 → 0.2.6
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,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lotte-innovate/ui-component-test",
|
3
3
|
"description": "Lotte UI Library",
|
4
|
-
"version": "0.2.
|
4
|
+
"version": "0.2.6",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
8
|
-
"public/tinymce
|
9
|
-
"node_modules/react
|
8
|
+
"public/tinymce/**/*",
|
9
|
+
"node_modules/react/**",
|
10
10
|
"_virtual",
|
11
11
|
"dist"
|
12
12
|
],
|