@nodecraft/browserslist-config
Advanced tools
Comparing version 2.0.1 to 3.0.0
module.exports = [ | ||
"ie <= 11", | ||
"and_chr 4", | ||
"chrome 4", | ||
"dead", | ||
]; | ||
'ie <= 11', | ||
'and_chr 4', | ||
'chrome 4', | ||
'dead', | ||
]; |
27
index.js
module.exports = { | ||
"production": [ | ||
"last 3 chrome versions", | ||
"last 3 edge versions", | ||
"last 3 firefox versions", | ||
"firefox esr", | ||
"last 3 ios versions", | ||
"last 3 safari versions", | ||
"last 1 samsung versions", | ||
production: [ | ||
'last 3 chrome versions', | ||
'last 3 edge versions', | ||
'last 3 firefox versions', | ||
'firefox esr', | ||
'last 3 ios versions', | ||
'last 3 safari versions', | ||
'last 2 opera versions', | ||
'last 1 samsung versions', | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 edge version", | ||
development: [ | ||
'last 1 chrome version', | ||
'last 1 firefox version', | ||
'last 1 edge version', | ||
], | ||
}; | ||
}; |
{ | ||
"name": "@nodecraft/browserslist-config", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"description": "Nodecraft Browserslist config", | ||
@@ -22,10 +22,10 @@ "homepage": "https://github.com/nodecraft/browserslist-config#readme", | ||
"devDependencies": { | ||
"@nodecraft/eslint-config": "^16.0.0", | ||
"browserslist": "^4.20.2", | ||
"@nodecraft/eslint-config": "^41.0.0", | ||
"browserslist": "^4.23.2", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.12.0", | ||
"eslint-plugin-json": "^3.1.0", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-json": "^4.0.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-unicorn": "^41.0.1" | ||
"eslint-plugin-unicorn": "^55.0.0" | ||
} | ||
} |
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
4595
35