mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
12
packages/react-dev-utils/chalk.js
vendored
Normal file
12
packages/react-dev-utils/chalk.js
vendored
Normal 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;
|
||||
@@ -12,6 +12,7 @@
|
||||
},
|
||||
"files": [
|
||||
"browsersHelper.js",
|
||||
"chalk.js",
|
||||
"checkRequiredFiles.js",
|
||||
"clearConsole.js",
|
||||
"crossSpawn.js",
|
||||
|
||||
Reference in New Issue
Block a user