Skip to content

Commit

Permalink
chore(): update dgeni config
Browse files Browse the repository at this point in the history
  • Loading branch information
briandennis committed Nov 16, 2016
1 parent 3a2ff85 commit 12b8157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docs/dgeni-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 12b8157

Please sign in to comment.