diff --git a/package.json b/package.json index 5245195d625..fcbac2bca2a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/scripts/init.js b/scripts/init.js index 587985d51c4..932220d9499 100644 --- a/scripts/init.js +++ b/scripts/init.js @@ -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'));