feat(browserslist)!: update browser & node config

This commit is contained in:
Ismo Vuorinen
2023-10-11 16:11:49 +03:00
parent 2c3e57b970
commit 998a3ffda7
2 changed files with 3 additions and 12 deletions

View File

@@ -1,13 +1,6 @@
'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'
'defaults and fully supports es6-module',
'maintained node versions'
]

View File

@@ -10,9 +10,7 @@
"url": "https://github.com/ivuorinen/base-configs/issues"
},
"engines": {
"node": ">= 12",
"npm": ">= 6",
"yarn": ">=1.20.0"
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
},
"files": [
"index.js",