mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Fix eslint errors
This commit is contained in:
parent
b111862cce
commit
ace7a8899b
@ -33,7 +33,7 @@ const BROWSER_ALIASES_MAP = {
|
|||||||
Vivaldi: 'vivaldi',
|
Vivaldi: 'vivaldi',
|
||||||
'WebOS Browser': 'webos',
|
'WebOS Browser': 'webos',
|
||||||
WeChat: 'wechat',
|
WeChat: 'wechat',
|
||||||
'Yandex Browser': 'yandex'
|
'Yandex Browser': 'yandex',
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { BROWSER_ALIASES_MAP } from './constants';
|
import { BROWSER_ALIASES_MAP } from './constants.js';
|
||||||
|
|
||||||
export default class Utils {
|
export default class Utils {
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user