@lotte-innovate/ui-component-test 0.1.86 → 0.1.87

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -2
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.86",
4
+ "version": "0.1.87",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "files": [
@@ -17,7 +17,8 @@
17
17
  ".": {
18
18
  "require": "./dist/lib/index.js",
19
19
  "import": "./dist/lib/index.mjs"
20
- }
20
+ },
21
+ "./globals.css": "./dist/globals.css"
21
22
  },
22
23
  "browser": "./browser/specific/main.js",
23
24
  "babel": {