fusion-cli
Version:
18 lines (16 loc) • 318 B
JavaScript
/** Copyright (c) 2018 Uber Technologies, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
/* eslint-env node */
module.exports = {
chrome: 61,
safari: 12,
firefox: 60,
android: 61,
ios: 12,
edge: 80,
};