chore(): update dgeni config

This commit is contained in:
Brian Dennis
2016-11-16 01:46:00 -06:00
parent 3a2ff85f6a
commit 12b8157e1e

View File

@ -60,7 +60,7 @@ module.exports = function(currentVersion, initialVersionBuild) {
}
// new version, add it to the versions list
if (currentVersion != 'nightly' && !_.contains(versions, currentVersion)){
if (currentVersion != 'nightly' && !_.includes(versions, currentVersion)){
versions.unshift(currentVersion);
}