Comparing version 1.1.0 to 1.1.1
@@ -25,3 +25,4 @@ /** | ||
return browser && /(Chrome|Chromium)\//.test(userAgent) && is.not.opera() && | ||
is.not.vivaldi() && is.not.edge() && is.not.twitter(); | ||
is.not.vivaldi() && is.not.edge() && is.not.facebook() && | ||
is.not.twitter(); | ||
}; | ||
@@ -105,3 +106,4 @@ | ||
return browser && /Safari/.test(userAgent) && is.not.chrome() && | ||
is.not.vivaldi() && is.not.opera() && is.not.edge() && is.not.twitter(); | ||
is.not.vivaldi() && is.not.opera() && is.not.edge() && | ||
is.not.facebook() && is.not.twitter(); | ||
}; | ||
@@ -108,0 +110,0 @@ |
{ | ||
"name": "fi-is", | ||
"title": "Fi is", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
67545
1966