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 b72920f commit 807443fCopy full SHA for 807443f
1 file changed
test/tap/publish-invalid-semver-tag.js
@@ -28,7 +28,7 @@ function resetPackage (options) {
28
chownSync(CACHE_DIR, sudoUID, sudoGID)
29
}
30
31
- fs.writeFileSync(path.resolve(PKG_DIR, 'package.json'), DEFAULT_PKG)
+ fs.writeFileSync(path.resolve(PKG_DIR, 'package.json'), JSON.stringify(DEFAULT_PKG))
32
33
34
test('setup', function (t) {
0 commit comments