From ace7a8899b0bb495b6a2bdc34abb9e4c383da36b Mon Sep 17 00:00:00 2001 From: Will Soares Date: Sat, 9 Mar 2019 19:29:34 -0300 Subject: [PATCH] Fix eslint errors --- src/constants.js | 2 +- src/utils.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.js b/src/constants.js index 547ba29..d0e084c 100644 --- a/src/constants.js +++ b/src/constants.js @@ -33,7 +33,7 @@ const BROWSER_ALIASES_MAP = { Vivaldi: 'vivaldi', 'WebOS Browser': 'webos', WeChat: 'wechat', - 'Yandex Browser': 'yandex' + 'Yandex Browser': 'yandex', }; module.exports = { diff --git a/src/utils.js b/src/utils.js index 8b0a8a3..942c3db 100644 --- a/src/utils.js +++ b/src/utils.js @@ -1,4 +1,4 @@ -import { BROWSER_ALIASES_MAP } from './constants'; +import { BROWSER_ALIASES_MAP } from './constants.js'; export default class Utils { /**