browserslist-config-anolilab
Advanced tools
Comparing version 4.0.7 to 4.1.0
@@ -0,1 +1,8 @@ | ||
## browserslist-config-anolilab [4.1.0](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@4.0.7...browserslist-config-anolilab@4.1.0) (2023-06-25) | ||
### Features | ||
* added node as key with the last 2 node major versions setting ([6548815](https://github.com/anolilab/javascript-style-guide/commit/65488153902a2b6e9bbed966008489d7d4d1f757)) | ||
## browserslist-config-anolilab [4.0.7](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@4.0.6...browserslist-config-anolilab@4.0.7) (2023-06-23) | ||
@@ -2,0 +9,0 @@ |
@@ -6,4 +6,5 @@ declare const config: { | ||
ssr: string[]; | ||
node: string[]; | ||
}; | ||
export { config as default }; |
'use strict'; | ||
var o={production:["> 1%","last 2 versions","Firefox ESR","not dead"],legacyBrowsers:["> 1%","last 2 versions","Firefox ESR"],modernBrowsers:["last 2 Chrome versions","not Chrome < 60","last 2 Safari versions","not Safari < 10.1","last 2 iOS versions","not iOS < 10.3","last 2 Firefox versions","not Firefox < 54","last 2 Edge versions","not Edge < 15"],ssr:["node 16"]},s=o; | ||
var o={production:["> 1%","last 2 versions","Firefox ESR","not dead"],legacyBrowsers:["> 1%","last 2 versions","Firefox ESR"],modernBrowsers:["last 2 Chrome versions","not Chrome < 60","last 2 Safari versions","not Safari < 10.1","last 2 iOS versions","not iOS < 10.3","last 2 Firefox versions","not Firefox < 54","last 2 Edge versions","not Edge < 15"],ssr:["node 16"],node:["last 2 node major versions"]},s=o; | ||
@@ -5,0 +5,0 @@ module.exports = s; |
{ | ||
"name": "browserslist-config-anolilab", | ||
"version": "4.0.7", | ||
"version": "4.1.0", | ||
"description": "Shareable browserlist config for Anolilab projects.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21818
17