We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60363b commit 9b59b2cCopy full SHA for 9b59b2c
bin/version.js
@@ -68,7 +68,7 @@ const loadAndParsePackageFile = async path => {
68
69
await writeFile(
70
join(workspace, './package.json'),
71
- `${JSON.stringify({ ...pkg }, null, 2)}\n`
+ `${JSON.stringify(pkg, null, 2)}\n`
72
);
73
})
74
0 commit comments