Commit 55f965aa authored by Ville Immonen's avatar Ville Immonen Committed by GitHub
Browse files

Update eject message

Change "configs" to "configuration files" .
parent 989fd856
Showing with 2 additions and 3 deletions
+2 -3
...@@ -106,9 +106,8 @@ module.exports = function(appPath, appName, verbose, originalDirectory) { ...@@ -106,9 +106,8 @@ module.exports = function(appPath, appName, verbose, originalDirectory) {
console.log(' Bundles the app into static files for production.'); console.log(' Bundles the app into static files for production.');
console.log(); console.log();
console.log(chalk.cyan('npm run eject')); console.log(chalk.cyan('npm run eject'));
console.log(' Removes this tool and copies build dependencies, configs,'); console.log(' Removes this tool and copies build dependencies, configuration files');
console.log(' and scripts into the app directory.'); console.log(' and scripts into the app directory. If you do this, you can’t go back!');
console.log(' If you do this, you can’t go back!');
console.log(); console.log();
console.log('We suggest that you begin by typing:'); console.log('We suggest that you begin by typing:');
console.log(); console.log();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment