1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Fix eslint errors

This commit is contained in:
Will Soares 2019-03-09 19:29:34 -03:00
parent b111862cce
commit ace7a8899b
2 changed files with 2 additions and 2 deletions

View File

@ -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 = {

View File

@ -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 {
/** /**