Merge pull request #318 from DasRed/master

fixing ES6 Module import for BROWSER_ALIAS_MAP
pull/325/head
Denis Demchenko 5 years ago committed by GitHub
commit b9078b8862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,
};

Loading…
Cancel
Save