UNPKG

@minna-ui/browserslist-config

Version:

Browserslist presets for use in Minna UI projects.

12 lines (10 loc) 279 B
'use strict'; /** * Supports the latest node LTS version. * * MAINTAINERS: Keep up to date with the Node.js release schedule. * * @see https://github.com/nodejs/Release#release-schedule * @see https://github.com/browserslist/browserslist */ module.exports = ['node 10'];