UNPKG

306 BJavaScriptView Raw
1/** Copyright (c) 2018 Uber Technologies, Inc.
2 *
3 * This source code is licensed under the MIT license found in the
4 * LICENSE file in the root directory of this source tree.
5 *
6 * @flow
7 */
8/* eslint-env node */
9
10module.exports = {
11 chrome: 61,
12 safari: 12,
13 firefox: 60,
14 android: 61,
15 ios: 12,
16};