Skip to content

Commit

Permalink
🐛 Fix yarn start
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Mar 2, 2022
1 parent 3e6c2c2 commit 3cc5132
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,9 @@
"lcov",
"text"
],
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}

0 comments on commit 3cc5132

Please sign in to comment.