Fix eslint errors

pull/295/head
Will Soares 5 years ago
parent b111862cce
commit ace7a8899b

@ -33,7 +33,7 @@ const BROWSER_ALIASES_MAP = {
Vivaldi: 'vivaldi',
'WebOS Browser': 'webos',
WeChat: 'wechat',
'Yandex Browser': 'yandex'
'Yandex Browser': 'yandex',
};
module.exports = {

@ -1,4 +1,4 @@
import { BROWSER_ALIASES_MAP } from './constants';
import { BROWSER_ALIASES_MAP } from './constants.js';
export default class Utils {
/**

Loading…
Cancel
Save