@lotte-innovate/ui-component-test 0.1.40 → 0.1.41

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 +5 -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.1.40",
4
+ "version": "0.1.41",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "files": [
@@ -13,6 +13,10 @@
13
13
  "main": "dist/cjs/lib/index.js",
14
14
  "module": "dist/esm/lib/index.js",
15
15
  "types": "dist/types/lib/index.d.ts",
16
+ "exports": {
17
+ "import": "./dist/esm/lib/index.js",
18
+ "require": "./dist/cjs/lib/index.js"
19
+ },
16
20
  "publishConfig": {
17
21
  "access": "public"
18
22
  },