chore: @electron/nightly => electron-nightly (#16273)
This commit is contained in:
parent
3db691d693
commit
9cc3fbabf7
1 changed files with 2 additions and 2 deletions
|
@ -121,8 +121,8 @@ new Promise((resolve, reject) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const currentJson = JSON.stringify(fs.readFileSync(path.join(tempDir, 'package.json'), 'utf8'))
|
const currentJson = JSON.stringify(fs.readFileSync(path.join(tempDir, 'package.json'), 'utf8'))
|
||||||
currentJson.name = '@electron/nightly'
|
currentJson.name = 'electron-nightly'
|
||||||
rootPackageJson.name = '@electron/nightly'
|
rootPackageJson.name = 'electron-nightly'
|
||||||
|
|
||||||
fs.writeFileSync(
|
fs.writeFileSync(
|
||||||
path.join(tempDir, 'package.json'),
|
path.join(tempDir, 'package.json'),
|
||||||
|
|
Loading…
Reference in a new issue