Skip to content

Commit 5e871d2

Browse files
committed
# 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
2 parents 1a7f535 + 6cc5025 commit 5e871d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"postcss-loader": "0.13.0",
6565
"promise": "7.1.1",
6666
"react-dev-utils": "^0.2.0",
67-
"recursive-readdir": "2.0.0",
67+
"recursive-readdir": "2.1.0",
6868
"rimraf": "2.5.4",
6969
"strip-ansi": "3.0.1",
7070
"style-loader": "0.13.1",

Diff for: scripts/init.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module.exports = function(appPath, appName, verbose, originalDirectory) {
8888
}
8989

9090
console.log();
91-
console.log('Success! Created ' + appName + ' at ' + appPath + '.');
91+
console.log('Success! Created ' + appName + ' at ' + appPath);
9292
console.log('Inside that directory, you can run several commands:');
9393
console.log();
9494
console.log(chalk.cyan(' npm start'));

0 commit comments

Comments
 (0)