Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
format browserlist
  • Loading branch information
epreston committed Nov 14, 2023
1 parent 5a758a2 commit 222c836
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@
"files": [
"dist"
],
"browserslist": "Chrome >= 112, ChromeAndroid >= 112, Edge >= 112, Firefox >= 112, FirefoxAndroid >= 112, Safari >= 16.4, iOS >= 16.4, not dead",
"browserslist": [
"Chrome >= 112",
"ChromeAndroid >= 112",
"Edge >= 112",
"Firefox >= 112",
"FirefoxAndroid >= 112",
"Safari >= 16.4",
"iOS >= 16.4",
"not dead"
],
"scripts": {
"dev": "vite",
"build": "vite build --emptyOutDir",
Expand Down

0 comments on commit 222c836

Please sign in to comment.