Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "sniffr", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Browser, os and device detection", | ||
@@ -5,0 +5,0 @@ "main": "src/sniffr.js", |
@@ -8,2 +8,3 @@ (function(host) { | ||
[/firefox\/([\.\_\d]+)/, 'firefox'], | ||
[/fxios\/([\.\_\d]+)/, 'firefox'], | ||
[/chrome\/([\.\_\d]+)/, 'chrome'], | ||
@@ -10,0 +11,0 @@ [/version\/([\.\_\d]+).*?safari/, 'safari'], |
10345
108