From 17d304b5fb6946e25c0204c27195b99c582d9c87 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 17 Feb 2022 14:38:42 +0000
Subject: [PATCH 1/2] docs: update readme.md [skip ci]
---
readme.md | 39 +++++++++++++++++++--------------------
1 file changed, 19 insertions(+), 20 deletions(-)
diff --git a/readme.md b/readme.md
index cfe83850..146e64d1 100644
--- a/readme.md
+++ b/readme.md
@@ -1,9 +1,7 @@
# Universal React App Generator
-
-[](#contributors-)
-
+[](#contributors-)
An accelerator for generating frontend applications with Next.js and React.
@@ -47,27 +45,28 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
From fcb87be40465e64b6a0254f82adcf61baa39bc21 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 17 Feb 2022 14:38:43 +0000
Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci]
---
.all-contributorsrc | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 56b94531..042138fe 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1,6 +1,6 @@
{
- "projectName": "create-universal-react",
- "projectOwner": "create-universal-react",
+ "projectName": "universal-react-v2",
+ "projectOwner": "pagesource",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
@@ -162,7 +162,18 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "kgauravsh",
+ "name": "Kumar Gaurav",
+ "avatar_url": "https://avatars.githubusercontent.com/u/44981333?v=4",
+ "profile": "https://github.com/kgauravsh",
+ "contributions": [
+ "code",
+ "doc"
+ ]
}
],
- "contributorsPerLine": 7
-}
\ No newline at end of file
+ "contributorsPerLine": 7,
+ "skipCi": true
+}