This commit is contained in:
Diogo Franco 2016-11-11 01:43:21 +09:00 committed by GitHub
parent cbd827b9db
commit d407ddc00c

View File

@ -48,13 +48,13 @@ const isBrowsersQueryValid = (browsers) => {
};
const browserNameMap = {
chrome: 'chrome',
edge: 'edge',
firefox: 'firefox',
ie: 'ie',
ios_saf: 'ios',
safari: 'safari'
}
chrome: "chrome",
edge: "edge",
firefox: "firefox",
ie: "ie",
ios_saf: "ios",
safari: "safari"
};
const getLowestVersions = (browsers) => {
return browsers.reduce((all, browser) => {