Skip to content
This repository was archived by the owner on Dec 18, 2020. It is now read-only.

Commit d901fec

Browse files
author
dutchenkoOleg
committed
3.2.4 - bugfix
1 parent b543f86 commit d901fec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ declare interface Browserizr {
4545
isLinux (): boolean;
4646
isMobile (): boolean;
4747
isDesktop (): boolean;
48-
cssClasses (tests: string, classPrefix: string = ''): string[];
48+
cssClasses (tests: string[], classPrefix: string = ''): string[];
4949
}
5050

5151
declare const BrowserizrNS = {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browserizr",
3-
"version": "3.2.3",
3+
"version": "3.2.4",
44
"description": "Browserizr is tiny library, that detects your browser and platform, with testing window.navigator.userAgent and window.navigator.platform.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)