@oat-sa/browserslist-config-tao
Version:
Shareable Browserslist config for TAO
38 lines (36 loc) • 1.39 kB
JavaScript
/**
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; under version 2
* of the License (non-upgradable).
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Copyright (c) 2019-2025 Open Assessment Technologies SA;
*/
/**
* The shared supported browsers by TAO :
* - last 2 versions of Chrome, Firefox, Edge and Safari
* - last 2 version of Chrome and Firefox for Android, and iOS browsers
* See https://www.taotesting.com/get-tao/system-requirements/
* See https://github.com/browserslist/browserslist#shareable-configs
*/
module.exports = [
'last 2 chrome versions',
'last 2 and_chr versions',
'last 2 and_ff versions',
'last 2 firefox versions',
'last 2 ios major versions',
'last 2 safari major versions',
'last 2 edge versions',
'not safari < 17.4',
'not ios < 17.4',
'not dead'
];