Skip to content

Commit be83486

Browse files
pd4d10Daniel Figueiredo
authored and
Daniel Figueiredo
committed
Add missing '\n' to the end of package.json file (facebook#1510)
1 parent cf2fbf4 commit be83486

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
@@ -150,7 +150,7 @@ prompt(
150150

151151
fs.writeFileSync(
152152
path.join(appPath, 'package.json'),
153-
JSON.stringify(appPackage, null, 2)
153+
JSON.stringify(appPackage, null, 2) + '\n'
154154
);
155155
console.log();
156156

0 commit comments

Comments
 (0)