Skip to content

Commit

Permalink
fix: minor version of Edge browser is required
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Dec 24, 2023
1 parent 6789221 commit 8c709ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const regexes = [
]
},
{
regex: /Edge?\/(\d+)(\.(\d+)|)(\.(\d+)|)/,
regex: /Edge?\/(\d+)\.(\d+)(\.(\d+)|)/,
family: 'edge'
},
{
Expand Down

0 comments on commit 8c709ba

Please sign in to comment.