Skip to content

Commit

Permalink
Fixed babel error with @jup-ag/core
Browse files Browse the repository at this point in the history
  • Loading branch information
janfiedler committed Mar 31, 2022
1 parent cab72a4 commit be69d6d
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 @@ -61,16 +61,9 @@
"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"
]
}

0 comments on commit be69d6d

Please sign in to comment.