UNPKG
@straw-hat/browserslist-config
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
Browserslist configuration
straw-hat-team/nodejs-monorepo
@straw-hat/browserslist-config
/
lib
/
index.cjs
11 lines
(10 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module.exports
= [
'Chrome >= 109'
,
'ChromeAndroid >= 111'
,
'Firefox >= 110'
,
'Edge 110'
,
'Safari >= 16.3'
,
'iOS >= 16.1'
,
'node >= 20.10.0'
,
'not dead'
, ]
;