Skip to content

Commit

Permalink
fix: copy-version script
Browse files Browse the repository at this point in the history
  • Loading branch information
sebtiz13 committed Aug 24, 2023
1 parent c01f32d commit 72b5e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/scripts/copy-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ const packageJson = JSON.parse(fs.readFileSync('./package.json', 'utf-8'));

packageJson.version = packageVersion;

fs.writeFileSync('./package.json', JSON.stringify(packageJson, null, 2));
fs.writeFileSync("./package.json", `${JSON.stringify(packageJson, null, 2)}\n`);

0 comments on commit 72b5e49

Please sign in to comment.