Skip to content

Commit

Permalink
caniuse-lite stopped providing release dates for some versions...
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Aug 26, 2023
1 parent fc9512f commit 7318b6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UI/js-src/webpack-compile-markdown.js
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 7318b6d

Please sign in to comment.