Skip to content

Commit 6cdfed5

Browse files
committed
adding all contributors
1 parent 5dc58f2 commit 6cdfed5

File tree

4 files changed

+217
-4
lines changed

4 files changed

+217
-4
lines changed

.all-contributorsrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"projectName": "lambda-restful-util",
3+
"projectOwner": "CodeForBaltimore",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "eslint",
12+
"contributors": [],
13+
"contributorsPerLine": 7
14+
}

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ Run `yarn test`
4747
## Contributors ✨
4848

4949
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
50+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
51+
<!-- prettier-ignore-start -->
52+
<!-- markdownlint-disable -->
53+
<!-- markdownlint-restore -->
54+
<!-- prettier-ignore-end -->
55+
<!-- ALL-CONTRIBUTORS-LIST:END -->
5056

5157
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
5258
<!-- prettier-ignore-start -->

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"@types/node": "14.14.27",
2020
"@typescript-eslint/eslint-plugin": "4.15.0",
2121
"@typescript-eslint/parser": "4.15.0",
22+
"all-contributors-cli": "6.19.0",
2223
"chai": "4.3.0",
2324
"eslint": "7.20.0",
2425
"eslint-plugin-mocha": "8.0.0",

0 commit comments

Comments
 (0)