Skip to content

Commit 061f711

Browse files
pd4d10Timer
authored andcommitted
Add missing '\n' to the end of package.json file (facebook#1510)
1 parent f013558 commit 061f711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)