Skip to content

Commit

Permalink
Merge pull request #12396 from hasezoey/websiteRemove38
Browse files Browse the repository at this point in the history
docs(scripts/website): remove setting "latest38x" which is not used anywhere
  • Loading branch information
vkarpov15 committed Sep 12, 2022
2 parents e8ac7d7 + 134b040 commit 5798756
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/website.js
Expand Up @@ -100,7 +100,6 @@ function getLatestLegacyVersion(startsWith) {
pkg.version = getVersion();
pkg.latest5x = getLatestLegacyVersion('5.');
pkg.latest4x = getLatestLegacyVersion('4.');
pkg.latest38x = getLatestLegacyVersion('3.8');

// Create api dir if it doesn't already exist
try {
Expand Down

0 comments on commit 5798756

Please sign in to comment.