Skip to content

Commit

Permalink
don't group with nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
williamkapke committed Jun 6, 2017
1 parent d6fd223 commit 82c8710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.js
Expand Up @@ -24,7 +24,7 @@ module.exports = function(engine) {
flagged: serialize(v, '--harmony') || unflagged
}

if (cur.unflagged.data !== prev.unflagged.data || cur.flagged.data !== prev.flagged.data) {
if (cur.unflagged.data !== prev.unflagged.data || cur.flagged.data !== prev.flagged.data || prev.parent === 'nightly') {
prev.parent = v
out[v] = []
}
Expand Down

0 comments on commit 82c8710

Please sign in to comment.