Skip to content

Commit 3809120

Browse files
committed
fix: Pin supported target environment
1 parent ab8182c commit 3809120

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

+19
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,25 @@
2323
"engines": {
2424
"node": ">=12"
2525
},
26+
"browserslist": [
27+
"and_chr 103",
28+
"and_ff 101",
29+
"and_qq 10.4",
30+
"and_uc 12.12",
31+
"android 103",
32+
"chrome 102",
33+
"edge 102",
34+
"firefox 91",
35+
"ios_saf 12.2-12.5",
36+
"kaios 2.5",
37+
"op_mini all",
38+
"op_mob 64",
39+
"opera 88",
40+
"safari 15.5",
41+
"samsung 17.0",
42+
"samsung 16.0",
43+
"node 12.0"
44+
],
2645
"scripts": {
2746
"build": "kcd-scripts build --no-ts-defs --ignore \"**/__tests__/**,**/__node_tests__/**,**/__mocks__/**\" && kcd-scripts build --no-ts-defs --bundle --no-clean",
2847
"format": "kcd-scripts format",

0 commit comments

Comments
 (0)