Skip to content

Commit

Permalink
bug: solved stat bug
Browse files Browse the repository at this point in the history
  • Loading branch information
juliopavila committed Sep 12, 2023
1 parent d74d008 commit ca8be00
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,11 @@
"react-app/jest"
]
},
"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"
],
"browser": {
"crypto": false
},
Expand Down

0 comments on commit ca8be00

Please sign in to comment.