Skip to content

Commit

Permalink
Types: to cover Chromium as Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
gokmen committed Nov 29, 2017
1 parent e5b1329 commit 70957ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const AUTH = false
export const TYPES = [
['firefox', /firefox/i],
['safari', /safari/i],
['chrome', /chrome/i],
['chrome', /chrom/i],
['opera', /opera/i],
['edge', /^edge/i],
['js', /^node\.js/i],
Expand Down

0 comments on commit 70957ae

Please sign in to comment.