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

This commit is contained in:
Shelley Vohr 2019-01-04 13:48:02 -08:00 committed by GitHub
parent 3db691d693
commit 9cc3fbabf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'),