Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamin8ing authored Dec 16, 2024
2 parents e7ed173 + a5612f2 commit d9e27fe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
7 changes: 6 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"vite-project": "file:"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
Expand Down
5 changes: 5 additions & 0 deletions src/pages/Contributors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ const contributors = [
name: "Sai Chithra",
github: "https://github.com/SaiChithra333",
avatar: "https://avatars.githubusercontent.com/u/158245450?v=4",
},
{
name: "Ashutosh Kumar",
github: "https://github.com/official-ashutosh",
avatar: "https://avatars.githubusercontent.com/u/145090058?s=96&v=4",
}
// Add more contributors here
];
Expand Down

0 comments on commit d9e27fe

Please sign in to comment.