mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: @electron/nightly => electron-nightly (#16281)
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user