Skip to content

Commit

Permalink
Exclude FingerprintJS v4.2.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Finesse authored Nov 14, 2023
1 parent 1c37849 commit e0f1ebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export const projects: Record<string, Project> = {
{
npmPackage: '@fingerprintjs/fingerprintjs',
versionRange: { start: '3' },
excludeVersions: ['4.2.0'],
routes: {
'': { type: 'alias', target: 'esm.min.js' },
'iife.js': { ...fingerprintJsRouteCommon, format: 'iife' },
Expand Down

0 comments on commit e0f1ebc

Please sign in to comment.