Skip to content

Commit

Permalink
fix: minor version of Edge browser is required (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen authored Dec 24, 2023
1 parent 6789221 commit c0fa286
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
@@ -54,7 +54,7 @@ export const regexes = [
]
},
{
regex: /Edge?\/(\d+)(\.(\d+)|)(\.(\d+)|)/,
regex: /Edge?\/(\d+)\.(\d+)(\.(\d+)|)/,
family: 'edge'
},
{

0 comments on commit c0fa286

Please sign in to comment.