mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-02-25 17:52:08 +00:00
feat(browserslist)!: update browser & node config
This commit is contained in:
@@ -1,13 +1,6 @@
|
|||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
module.exports = [
|
module.exports = [
|
||||||
'>= 0.5%',
|
'defaults and fully supports es6-module',
|
||||||
'Chrome >= 60',
|
'maintained node versions'
|
||||||
'Firefox >= 60',
|
|
||||||
'Firefox ESR',
|
|
||||||
'iOS >= 12',
|
|
||||||
'last 2 major versions',
|
|
||||||
'not dead',
|
|
||||||
'not Explorer <= 11',
|
|
||||||
'Safari >= 12'
|
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -10,9 +10,7 @@
|
|||||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 12",
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
||||||
"npm": ">= 6",
|
|
||||||
"yarn": ">=1.20.0"
|
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user