@lotte-innovate/ui-component-test 0.0.16 → 0.0.18

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 +11 -1
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.16",
4
+ "version": "0.0.18",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "files": [
@@ -22,6 +22,16 @@
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  },
25
+ "exports": {
26
+ ".": {
27
+ "types": "./dist/index.d.ts",
28
+ "import": "./dist/index.js"
29
+ },
30
+ "./util": {
31
+ "types": "./dist/util/utils.d.ts",
32
+ "import": "./dist/util/util.js"
33
+ }
34
+ },
25
35
  "browser": "./browser/specific/main.js",
26
36
  "babel": {
27
37
  "presets": [