chore: @electron/nightly => electron-nightly (#16281)

This commit is contained in:
trop[bot]
2019-01-04 14:56:13 -08:00
committed by Shelley Vohr
parent adf5d60f41
commit 26adc6f0bf

View File

@@ -121,8 +121,8 @@ new Promise((resolve, reject) => {
}
const currentJson = JSON.stringify(fs.readFileSync(path.join(tempDir, 'package.json'), 'utf8'))
currentJson.name = '@electron/nightly'
rootPackageJson.name = '@electron/nightly'
currentJson.name = 'electron-nightly'
rootPackageJson.name = 'electron-nightly'
fs.writeFileSync(
path.join(tempDir, 'package.json'),