@lunit/oui 1.0.1-alpha.7 → 1.0.1-alpha.8

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 +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunit/oui",
3
- "version": "1.0.1-alpha.7",
3
+ "version": "1.0.1-alpha.8",
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)"
@@ -220,8 +220,10 @@
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"
224
+ ],
225
+ "./icons": [
226
+ "dist/types/icons/index.d.ts"
225
227
  ]
226
228
  }
227
229
  },