kr-elements 0.0.1-alpha.10 → 0.0.1-alpha.11
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.
- package/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kr-elements",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.11",
|
|
4
4
|
"description": "Custom elements",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"prepare": "husky",
|
|
8
8
|
"clean": "rm -rf dist",
|
|
9
|
-
"build:combobox": "tsc -b configs/combobox.tsconfig.cjs.json configs/combobox.tsconfig.esm.json configs/combobox.tsconfig.types.json
|
|
9
|
+
"build:combobox": "tsc -b configs/combobox.tsconfig.cjs.json configs/combobox.tsconfig.esm.json configs/combobox.tsconfig.types.json",
|
|
10
10
|
"generate": "node --import tsx ./scripts/genPackageFiles.ts",
|
|
11
11
|
"build": "npm-run-all clean build:combobox generate",
|
|
12
12
|
"check-types": "tsc --noEmit"
|
|
@@ -35,8 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"sideEffect": false,
|
|
37
37
|
"files": [
|
|
38
|
-
"dist"
|
|
39
|
-
"src/combobox/combobox.d.ts"
|
|
38
|
+
"dist"
|
|
40
39
|
],
|
|
41
40
|
"exports": {
|
|
42
41
|
"./combobox": {
|