Skip to content

Commit

Permalink
Redirect all versions < 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxal authored Dec 8, 2023
1 parent 3323cb9 commit 399ae37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion incompatible_versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ to their respective archived version.

const incompatMatrix = {
"3.0.0": true,
"3.1.0": false
"3.1.0": true,
"3.2.0": true,
"3.3.0": false,
}

export function incomptabile(target, current) {
Expand Down

0 comments on commit 399ae37

Please sign in to comment.