Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: add last 2 opera versions as supported
chore: bump dependencies
  • Loading branch information
Cherry committed Jul 29, 2024
1 parent 62e1f3d commit 4486ac9
Show file tree
Hide file tree
Showing 3 changed files with 1,501 additions and 645 deletions.
5 changes: 3 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
module.exports = {
'production': [
production: [
'last 3 chrome versions',
'last 3 edge versions',
'last 3 firefox versions',
'firefox esr',
'last 3 ios versions',
'last 3 safari versions',
'last 2 opera versions',
'last 1 samsung versions',
],
'development': [
development: [
'last 1 chrome version',
'last 1 firefox version',
'last 1 edge version',
Expand Down
Loading

0 comments on commit 4486ac9

Please sign in to comment.