electron / get

Download Electron release artifacts
https://npm.im/@electron/get
MIT License
344 stars 105 forks source link

fix: deprecate mirrorOptions.nightly_mirror in favor of mirrorOptions.nightlyMirror #157

Closed codebytere closed 4 years ago

codebytere commented 4 years ago

Fixes a variable inconsistency in mirrorOptions - all variables were camelCase except nightly_mirror.

cc @malept

codebytere commented 4 years ago

Should be good now i think!

malept commented 4 years ago

Can we keep the nightly_mirror test in addition to testing nightlyMirror? We can get rid of it once we remove the deprecated option.