Commit b999405c authored by pd4d10's avatar pd4d10 Committed by Joe Haddad
Browse files

Add missing '\n' to the end of `package.json` file (#1510)

parent 160d8d13
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -145,7 +145,7 @@ prompt(
fs.writeFileSync(
path.join(appPath, 'package.json'),
JSON.stringify(appPackage, null, 2)
JSON.stringify(appPackage, null, 2) + '\n'
);
console.log();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment