Skip to content

Commit

Permalink
chore(browserslist): remove configuration from package.json
Browse files Browse the repository at this point in the history
Removed the "browserslist" configuration from package.json since it is already defined in the .browserslistrc file.
The configuration covered 100% of browsers but excluded Android versions below 5.
  • Loading branch information
sebastianjnuwu authored Dec 22, 2024
1 parent 892b8bb commit 3fcb8c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"vite": "^5.4.2",
"vite-plugin-babel": "^1.3.0"
},
"browserslist": "cover 100%,not android < 5",
"engines": {
"npm": ">=8",
"node": ">=18"
Expand Down

0 comments on commit 3fcb8c0

Please sign in to comment.