Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…react-app

# By Ville Immonen (2) and others
# Via Dan Abramov
* 'master' of https://github.com/facebookincubator/create-react-app:
  added link to better visualizing tool (facebook#764)
  Fix the right and bottom padding of the error overlay (facebook#758)
  Remove the `.` at the end of the init message (facebook#760)
  Bump recursive-readdir (facebook#756)
  Forked react-scripts should retain the binary name (facebook#754)
  Mention the npm bug in migration instructions
  • Loading branch information
kitze committed Sep 27, 2016
2 parents 1a7f535 + 6cc5025 commit 5e871d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"postcss-loader": "0.13.0",
"promise": "7.1.1",
"react-dev-utils": "^0.2.0",
"recursive-readdir": "2.0.0",
"recursive-readdir": "2.1.0",
"rimraf": "2.5.4",
"strip-ansi": "3.0.1",
"style-loader": "0.13.1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ module.exports = function(appPath, appName, verbose, originalDirectory) {
}

console.log();
console.log('Success! Created ' + appName + ' at ' + appPath + '.');
console.log('Success! Created ' + appName + ' at ' + appPath);
console.log('Inside that directory, you can run several commands:');
console.log();
console.log(chalk.cyan(' npm start'));
Expand Down

0 comments on commit 5e871d2

Please sign in to comment.