diff --git a/src/constants.js b/src/constants.js index dfae9ee..e6b2d41 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1,6 +1,6 @@ // NOTE: this list must be up-to-date with browsers listed in // test/acceptance/useragentstrings.yml -const BROWSER_ALIASES_MAP = { +export const BROWSER_ALIASES_MAP = { 'Amazon Silk': 'amazon_silk', 'Android Browser': 'android', Bada: 'bada', @@ -36,7 +36,3 @@ const BROWSER_ALIASES_MAP = { WeChat: 'wechat', 'Yandex Browser': 'yandex', }; - -module.exports = { - BROWSER_ALIASES_MAP, -};