@lunit/oui 1.0.1-alpha.4 → 1.0.1-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunit/oui",
3
- "version": "1.0.1-alpha.4",
3
+ "version": "1.0.1-alpha.6",
4
4
  "validate-branch-name": {
5
5
  "pattern": "^(main|develop)|(feature|fix|release|hotfix|qe)/.+$",
6
6
  "errorMsg": "The branch name is not correct. Please check the pattern. (ex. feature/add-something)"
@@ -211,7 +211,7 @@
211
211
  "default": "./dist/cjs/components/*/index.js"
212
212
  },
213
213
  "./icons": {
214
- "import": "./dist/icons/",
214
+ "import": "./dist/icons/index.js",
215
215
  "types": "./dist/types/icons/index.d.ts"
216
216
  }
217
217
  },
@@ -220,7 +220,6 @@
220
220
  "*": {
221
221
  "*": [
222
222
  "dist/types/components/*/index.d.ts",
223
- "dist/types/icons/index.d.ts",
224
223
  "dist/types/index.d.ts"
225
224
  ]
226
225
  }