@lunit/oui 1.0.1-alpha.8 → 1.0.1

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 (2) hide show
  1. package/.git-ftp-include +1 -0
  2. package/package.json +1 -8
@@ -0,0 +1 @@
1
+ !./dist
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunit/oui",
3
- "version": "1.0.1-alpha.8",
3
+ "version": "1.0.1",
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)"
@@ -209,10 +209,6 @@
209
209
  "import": "./dist/components/*/index.js",
210
210
  "require": "./dist/cjs/components/*/index.js",
211
211
  "default": "./dist/cjs/components/*/index.js"
212
- },
213
- "./icons": {
214
- "import": "./dist/icons/index.js",
215
- "types": "./dist/types/icons/index.d.ts"
216
212
  }
217
213
  },
218
214
  "types": "dist/types/index.d.ts",
@@ -221,9 +217,6 @@
221
217
  "*": [
222
218
  "dist/types/components/*/index.d.ts",
223
219
  "dist/types/index.d.ts"
224
- ],
225
- "./icons": [
226
- "dist/types/icons/index.d.ts"
227
220
  ]
228
221
  }
229
222
  },