From 1ffaf2e0ef0e35a3d7ea9e69f5ca02d52412421a Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Fri, 17 Jun 2022 14:33:11 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 1f0a777..992bede 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# SASjs Server
-[](#contributors-)
+[](#contributors-)
SASjs Server provides a NodeJS wrapper for calling the SAS binary executable. It can be installed on an actual SAS server, or locally on your desktop. It provides:
@@ -198,12 +198,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
From e06d66f3121d056c55ea4bdc765bcae1d7f5b122 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Fri, 17 Jun 2022 14:33:12 +0000
Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci]
---
.all-contributorsrc | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index e80aa35..ca85c07 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1,6 +1,6 @@
{
- "projectName": "@sasjs/server",
- "projectOwner": "@sasjs",
+ "projectName": "server",
+ "projectOwner": "sasjs",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
@@ -68,7 +68,17 @@
"contributions": [
"test"
]
+ },
+ {
+ "login": "kknapen",
+ "name": "Koen Knapen",
+ "avatar_url": "https://avatars.githubusercontent.com/u/78609432?v=4",
+ "profile": "https://github.com/kknapen",
+ "contributions": [
+ "userTesting"
+ ]
}
],
- "contributorsPerLine": 7
+ "contributorsPerLine": 7,
+ "skipCi": true
}