Skip to content

Commit

Permalink
try to fix transpile issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Oct 13, 2023
1 parent bfe78a6 commit 3b59f96
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
Expand All @@ -48,4 +50,4 @@
]
},
"packageManager": "[email protected]"
}
}

1 comment on commit 3b59f96

@vercel
Copy link

@vercel vercel bot commented on 3b59f96 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mech – ./

mech-omega.vercel.app
mech-git-main-gnosis-guild.vercel.app
mech-gnosis-guild.vercel.app

Please sign in to comment.