Skip to content

Commit

Permalink
Improve dev env conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ukupat committed Apr 10, 2021
1 parent e1c476f commit a788a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
development: ['last 2 versions', 'not IE 11', 'not dead'],
development: ['> 1%', 'last 2 versions', 'not IE 11', 'not dead'],
production: ['> 0.5%', 'last 3 major versions', 'not IE 11', 'not dead'],
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remato/browserslist-config",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"devDependencies": {
"@remato/prettier-config": "^1.0.0"
Expand Down

0 comments on commit a788a0f

Please sign in to comment.