BREAKING CHANGE: trigger major bump

This commit is contained in:
Jessica Sachs
2021-11-16 14:20:21 -05:00
parent c4b19e8cff
commit ef8a3dca20
4 changed files with 2 additions and 5 deletions

View File

@@ -43,7 +43,6 @@ const getCDN = function ({ version, hash, filename, platform }) {
}
// returns folder that contains beta (unreleased) binaries for given version
//
const getUploadVersionDirName = function (options) {
la(check.unemptyString(options.version), 'missing version', options)