Move chalk dependency to react-dev-utils (#6150)

Related to #751
This commit is contained in:
Otávio Pace
2019-01-12 09:55:57 -02:00
committed by Brody McKee
parent 8174eed5b3
commit 47e9e2c7a0
10 changed files with 20 additions and 8 deletions

12
packages/react-dev-utils/chalk.js vendored Normal file
View File

@@ -0,0 +1,12 @@
/**
* Copyright (c) 2015-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
'use strict';
var chalk = require('chalk');
module.exports = chalk;

View File

@@ -12,6 +12,7 @@
},
"files": [
"browsersHelper.js",
"chalk.js",
"checkRequiredFiles.js",
"clearConsole.js",
"crossSpawn.js",