Skip to content

Commit fbfe366

Browse files
committed
Make message bold
1 parent 5d5b170 commit fbfe366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-scripts/scripts/eject.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ function getGitStatus() {
3939
}
4040

4141
console.log(
42-
chalk.cyan(
43-
'NOTE: Create React App 2 supports TypeScript, SASS, CSS Modules and more without ejecting: ' +
42+
chalk.cyan.bold(
43+
'NOTE: Create React App 2 supports TypeScript, Sass, CSS Modules and more without ejecting: ' +
4444
'https://reactjs.org/blog/2018/10/01/create-react-app-v2.html'
4545
)
4646
);

0 commit comments

Comments
 (0)