WeAreGenki/minna-ui

View on GitHub
utils/browserslist-config/node.js

Summary

Maintainability
A
0 mins
Test Coverage
'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'];