Skip to content

Commit 86c4ed8

Browse files
pd4d10randycoulman
authored andcommitted
Add missing '\n' to the end of package.json file (facebook#1510)
1 parent fd0b29c commit 86c4ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/scripts/eject.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ prompt(
145145

146146
fs.writeFileSync(
147147
path.join(appPath, 'package.json'),
148-
JSON.stringify(appPackage, null, 2)
148+
JSON.stringify(appPackage, null, 2) + '\n'
149149
);
150150
console.log();
151151

0 commit comments

Comments
 (0)