mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 03:03:59 +00:00
14 lines
199 B
JavaScript
14 lines
199 B
JavaScript
'use strict'
|
|
|
|
module.exports = [
|
|
'>= 0.5%',
|
|
'Chrome >= 60',
|
|
'Firefox >= 60',
|
|
'Firefox ESR',
|
|
'iOS >= 12',
|
|
'last 2 major versions',
|
|
'not dead',
|
|
'not Explorer <= 11',
|
|
'Safari >= 12'
|
|
]
|