Skip to content

Commit

Permalink
chore: @electron/nightly => electron-nightly (#16273)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Jan 4, 2019
1 parent 3db691d commit 9cc3fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/publish-to-npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 9cc3fba

Please sign in to comment.