Skip to content

Commit

Permalink
chore: Update Ecosystem package age
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Apr 17, 2024
1 parent 7aba1d0 commit 0fccef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ecosystem/Packages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const coreCount = computed(() => {
return fetchedPackages.value.filter(filterCore).length
})
const packagesAreOldIfOlderThan = 1000 * 60 * 60 * 24 * 365 * 2.9 // 3 years
const packagesAreOldIfOlderThan = 1000 * 60 * 60 * 24 * 365 * 5
const showOld = ref(false)
function filterOld(pkg: PackageOutput) {
Expand Down

0 comments on commit 0fccef2

Please sign in to comment.