Skip to content

Commit

Permalink
👌 Update: Added @Victorola-coder as a contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrtnx committed Feb 2, 2024
1 parent 007fd59 commit c56d393
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/swipe.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
interface SwipeProps {
words: string[];
intervalDuration?: number;
words: string[];
intervalDuration?: number;
}
declare const Swipe: React.FC<SwipeProps>;
export default Swipe;
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"url": "git+https://github.com/thegrtnx/swipe-animate.git"
},
"author": "thegrtnx",
"contributors": [
{
"name": "Victor || VickyJay",
"url": "https://github.com/Victorola-coder"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/thegrtnx/swipe-animate/issues"
Expand Down

0 comments on commit c56d393

Please sign in to comment.