Skip to content

Commit eb4e052

Browse files
authored
Merge branch 'main' into all-contributors/add-jonah-butler
2 parents af6765c + 2b4eef2 commit eb4e052

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

.all-contributorsrc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414
"code",
1515
"doc"
1616
]
17+
},
18+
{
19+
"login": "mskian",
20+
"name": "Santhosh Veer",
21+
"avatar_url": "https://avatars.githubusercontent.com/u/10300271?v=4",
22+
"profile": "https://santhoshveer.com/",
23+
"contributions": [
24+
"code",
25+
"doc",
26+
"ideas"
27+
]
1728
}
1829
],
1930
"contributorsPerLine": 7,

.github/workflows/buildtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/[email protected]
14-
- uses: actions/setup-node@v3.1.1
14+
- uses: actions/setup-node@v3.3.0
1515
with:
1616
node-version: '14.x'
1717
- name: use node

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Random Words API
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55

66
![build-test](https://github.com/mcnaveen/Random-Words-API/workflows/build-test/badge.svg)
@@ -125,6 +125,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
125125
<table>
126126
<tr>
127127
<td align="center"><a href="https://github.com/jonah-butler"><img src="https://avatars.githubusercontent.com/u/18040568?v=4?s=100" width="100px;" alt=""/><br /><sub><b>jonah-butler</b></sub></a><br /><a href="https://github.com/mcnaveen/Random-Words-API/commits?author=jonah-butler" title="Code">💻</a> <a href="https://github.com/mcnaveen/Random-Words-API/commits?author=jonah-butler" title="Documentation">📖</a></td>
128+
<td align="center"><a href="https://santhoshveer.com/"><img src="https://avatars.githubusercontent.com/u/10300271?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Santhosh Veer</b></sub></a><br /><a href="https://github.com/mcnaveen/Random-Words-API/commits?author=mskian" title="Code">💻</a> <a href="https://github.com/mcnaveen/Random-Words-API/commits?author=mskian" title="Documentation">📖</a> <a href="#ideas-mskian" title="Ideas, Planning, & Feedback">🤔</a></td>
128129
</tr>
129130
</table>
130131

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"author": "MC Naveen",
3535
"license": "MIT",
3636
"devDependencies": {
37-
"nodemon": "^2.0.16"
37+
"nodemon": "^2.0.18"
3838
}
3939
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -922,10 +922,10 @@ node-pronounce@^0.0.3:
922922
compromise "^13.11.4"
923923
compromise-pronounce "^0.0.5"
924924

925-
nodemon@^2.0.16:
926-
version "2.0.16"
927-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.16.tgz#d71b31bfdb226c25de34afea53486c8ef225fdef"
928-
integrity sha512-zsrcaOfTWRuUzBn3P44RDliLlp263Z/76FPoHFr3cFFkOz0lTPAcIw8dCzfdVIx/t3AtDYCZRCDkoCojJqaG3w==
925+
nodemon@^2.0.18:
926+
version "2.0.18"
927+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.18.tgz#0f5a3aa7b4587f2626e6f01369deba89cb0462a2"
928+
integrity sha512-uAvrKipi2zAz8E7nkSz4qW4F4zd5fs2wNGsTx+xXlP8KXqd9ucE0vY9wankOsPboeDyuUGN9vsXGV1pLn80l/A==
929929
dependencies:
930930
chokidar "^3.5.2"
931931
debug "^3.2.7"

0 commit comments

Comments
 (0)