Skip to content

Commit af7c96b

Browse files
Fix auto-animate npm package name (#454)
Changed the auto-animate npm package name to the correct @formkit/auto-animate
1 parent 23bdaba commit af7c96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/stats/npm/-comparisons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ export function getPopularComparisons(): z.input<
340340
color: '#FF1493',
341341
},
342342
{
343-
packages: [{ name: 'auto-animate' }],
343+
packages: [{ name: '@formkit/auto-animate' }],
344344
color: '#FFD700',
345345
},
346346
],

0 commit comments

Comments
 (0)