Update supports-colors.js

This commit is contained in:
paladox 2018-02-14 00:35:35 +00:00 committed by GitHub
parent 431627771e
commit 2b739138b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ THE SOFTWARE.
'use strict';
const os = require('os');
const hasFlag = require('has-flag');
const hasFlag = require('./has-flag.js');
const env = process.env;