Skip to content

Commit

Permalink
Merge pull request #7590 from ehuelsmann/fix/master/readme-generator
Browse files Browse the repository at this point in the history
caniuse-lite stopped providing release dates for some versions...
  • Loading branch information
ehuelsmann committed Aug 26, 2023
2 parents 3aea9fd + b16aea2 commit e12fd29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UI/js-src/webpack-compile-markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ MarkdownInclude.registerPlugin({
earliest[category][browser].year = year;
earliest[category][browser].time = time;
}
else {
earliest[category][browser].year = "<missing>";
}
}
earliest[category][browser].versions.push(version);
}
Expand Down

0 comments on commit e12fd29

Please sign in to comment.