Skip to content

Commit c0fa286

Browse files
authored
fix: minor version of Edge browser is required (#26)
1 parent 6789221 commit c0fa286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const regexes = [
5454
]
5555
},
5656
{
57-
regex: /Edge?\/(\d+)(\.(\d+)|)(\.(\d+)|)/,
57+
regex: /Edge?\/(\d+)\.(\d+)(\.(\d+)|)/,
5858
family: 'edge'
5959
},
6060
{

0 commit comments

Comments
 (0)