1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

docs: add @saadjutt01 as a contributor

This commit is contained in:
Allan Bowe
2022-06-17 14:27:53 +00:00
parent ecd8ed9032
commit 5bfcdc4dbb
2 changed files with 48 additions and 0 deletions

25
.all-contributorsrc Normal file
View File

@@ -0,0 +1,25 @@
{
"projectName": "@sasjs/server",
"projectOwner": "@sasjs",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "saadjutt01",
"name": "Saad Jutt",
"avatar_url": "https://avatars.githubusercontent.com/u/8914650?v=4",
"profile": "https://github.com/saadjutt01",
"contributions": [
"code",
"test"
]
}
],
"contributorsPerLine": 7
}