Skip to content

Commit 96037f3

Browse files
committed
Merge branch 'master' into add-github-streak-stats
Checks were failing in the previously merged master branch
2 parents 050d0b3 + f11ef64 commit 96037f3

File tree

11 files changed

+4177
-97
lines changed

11 files changed

+4177
-97
lines changed

README.md

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ Please read [`CONTRIBUTING`](CONTRIBUTING.md) for details on our [`CODE OF CONDU
141141

142142
- [Scott C Wilson](https://github.com/scottcwilson) donated the first-ever grant to this tool. A big thanks to him.
143143
- [Max Schmitt](https://github.com/mxschmitt) loved the tool and showed support with his donation. Thanks a lot.
144+
- [Aadit Kamat](https://github.com/aaditkamat) find the tool useful and showed support with his donation. A big thanks to him.
145+
- [Jean-Michel Fayard](https://github.com/jmfayard) used the generator to create his GitHub Profile README and he loved it. Thanks to him for showing support to the tool with the donation.
146+
144147

145148
## 🙏 Support
146149

@@ -158,32 +161,6 @@ Please read [`CONTRIBUTING`](CONTRIBUTING.md) for details on our [`CODE OF CONDU
158161
<a href="https://www.buymeacoffee.com/rahuldkjain" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="23" width="100" style="border-radius:2px" />
159162
</p>
160163

161-
## Contributors ✨
162-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
163-
[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-)
164-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
165-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
166-
167-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
168-
<!-- prettier-ignore-start -->
169-
<!-- markdownlint-disable -->
170-
<table>
171-
<tr>
172-
<td align="center"><a href="https://github.com/sarbikbetal"><img src="https://avatars2.githubusercontent.com/u/41508422?v=4" width="100px;" alt=""/><br /><sub><b>Sarbik Betal</b></sub></a><br /><a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=sarbikbetal" title="Code">💻</a></td>
173-
<td align="center"><a href="https://github.com/Hardik0307"><img src="https://avatars3.githubusercontent.com/u/41434099?v=4" width="100px;" alt=""/><br /><sub><b>Hardik Bagada</b></sub></a><br /><a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=Hardik0307" title="Code">💻</a></td>
174-
<td align="center"><a href="https://komarev.com"><img src="https://avatars0.githubusercontent.com/u/1849174?v=4" width="100px;" alt=""/><br /><sub><b>Anton Komarev</b></sub></a><br /><a href="#plugin-antonkomarev" title="Plugin/utility libraries">🔌</a></td>
175-
<td align="center"><a href="https://kkvanonymous.github.io/"><img src="https://avatars3.githubusercontent.com/u/58628586?v=4" width="100px;" alt=""/><br /><sub><b>Kunal Kumar Verma</b></sub></a><br /><a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=KKVANONYMOUS" title="Code">💻</a></td>
176-
<td align="center"><a href="http://jaideepghosh.blogspot.com"><img src="https://avatars2.githubusercontent.com/u/3909648?v=4" width="100px;" alt=""/><br /><sub><b>Jaideep Ghosh</b></sub></a><br /><a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=jaideepghosh" title="Code">💻</a></td>
177-
<td align="center"><a href="http://yashkandalkar.github.io"><img src="https://avatars0.githubusercontent.com/u/35102959?v=4" width="100px;" alt=""/><br /><sub><b>yash</b></sub></a><br /><a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=YashKandalkar" title="Code">💻</a></td>
178-
<td align="center"><a href="https://github.com/abhijit-hota"><img src="https://avatars0.githubusercontent.com/u/8116174?v=4" width="100px;" alt=""/><br /><sub><b>Abhijit Hota</b></sub></a><br /><a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=abhijit-hota" title="Code">💻</a> <a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=abhijit-hota" title="Tests">⚠️</a></td>
179-
<td align="center"><a href="https://maddoxx88.github.io/"><img src="https://avatars1.githubusercontent.com/u/34238672?v=4" width="100px;" alt=""/><br /><sub><b>Sunit Shirke</b></sub></a><br /><a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=Maddoxx88" title="Code">💻</a></td>
180-
<td align="center"><a href="https://www.gsavitha.in"><img src="https://avatars0.githubusercontent.com/u/31612459?v=4" width="100px;" alt=""/><br /><sub><b>Savitha Gollamudi</b></sub></a><br /><a href="https://github.com/rahuldkjain/github-profile-readme-generator/commits?author=g-savitha" title="Code">💻</a></td>
181-
</tr>
182-
</table>
183-
184-
<!-- markdownlint-enable -->
185-
<!-- prettier-ignore-end -->
186-
<!-- ALL-CONTRIBUTORS-LIST:END -->
187164

188165
<hr>
189166
<p align="center">

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
transformIgnorePatterns: [`node_modules/(?!(gatsby)/)`],
1111
globals: {
1212
__PATH_PREFIX__: ``,
13+
__BASE_PATH__: ``,
1314
},
1415
setupFiles: [`<rootDir>/loadershim.js`],
1516
setupFilesAfterEnv: ["<rootDir>/setupTests.js"],

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "gh-profile-readme-generator",
2+
"name": "github-profile-readme-generator",
33
"private": true,
44
"description": "A simple react app to generate beautiful github profile readme in md(markdown)",
5-
"version": "0.1.0",
5+
"version": "1.1.10",
66
"author": "Rahul Jain <[email protected]>",
77
"dependencies": {
88
"@primer/octicons-react": "^10.0.0",
@@ -56,9 +56,9 @@
5656
},
5757
"repository": {
5858
"type": "git",
59-
"url": "https://github.com/rahuldkjain/gh-profile-readme-generator"
59+
"url": "https://github.com/rahuldkjain/github-profile-readme-generator"
6060
},
6161
"bugs": {
62-
"url": "https://github.com/rahuldkjain/gh-profile-readme-generator/issues"
62+
"url": "https://github.com/rahuldkjain/github-profile-readme-generator/issues"
6363
}
6464
}

0 commit comments

Comments
 (0)