mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(): update dgeni config
This commit is contained in:
@ -60,7 +60,7 @@ module.exports = function(currentVersion, initialVersionBuild) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// new version, add it to the versions list
|
// new version, add it to the versions list
|
||||||
if (currentVersion != 'nightly' && !_.contains(versions, currentVersion)){
|
if (currentVersion != 'nightly' && !_.includes(versions, currentVersion)){
|
||||||
versions.unshift(currentVersion);
|
versions.unshift(currentVersion);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user