From fb6f4866190bf72364e4559ec064407d53b49e61 Mon Sep 17 00:00:00 2001 From: Michael Braverman Date: Fri, 16 Oct 2020 17:24:25 +0300 Subject: [PATCH 1/6] mb domain new domain --- domains/mb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mb diff --git a/domains/mb b/domains/mb new file mode 100644 index 000000000..246c7c3e5 --- /dev/null +++ b/domains/mb @@ -0,0 +1,11 @@ +{ + "description": "Michael's personal developer website", + "repo": "https://github.com/mbrav", + "owner": { + "username": "mbrav", + "email": "mbrav@protonmail.com" + }, + "record": { + "CNAME": "mbrav.github.io" + } +} From 3edebbbcb7c31bd484f66681d54ca4956c83d741 Mon Sep 17 00:00:00 2001 From: Luis Santana Date: Wed, 21 Oct 2020 22:20:08 +0000 Subject: [PATCH 2/6] lsantana.is-a.dev --- domains/lsantana.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/lsantana.json diff --git a/domains/lsantana.json b/domains/lsantana.json new file mode 100644 index 000000000..a44bdb993 --- /dev/null +++ b/domains/lsantana.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "lsantana486", + "email": "lsantana.486@gmail.com" + }, + "description": "Personal domain for portofolio with my name Luis Santana", + "repo": "https://github.com/lsantana486/lsantana486", + "record": { + "CNAME": "lsantana.dev" + } +} \ No newline at end of file From 9536c0a609abb086073cc9b459f1b71e3df56736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=B0=E0=A5=8B=E0=A4=B9=E0=A4=BF=E0=A4=A4=20=E0=A4=B9?= =?UTF-8?q?=E0=A4=BF=E0=A4=B2?= Date: Thu, 22 Oct 2020 11:18:17 +0530 Subject: [PATCH 3/6] Create rohithill.json --- domains/rohithill.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/rohithill.json diff --git a/domains/rohithill.json b/domains/rohithill.json new file mode 100644 index 000000000..61ed66781 --- /dev/null +++ b/domains/rohithill.json @@ -0,0 +1,10 @@ +{ + "description": "I like computers", + "repo": "https://github.com/rohithill/rohithill.github.io", + "owner": { + "username": "rohithill" + }, + "record": { + "CNAME": "rohithill.github.io" + } +} From 6623b3342ec52319fe41c853ab664813cbb96529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=B0=E0=A5=8B=E0=A4=B9=E0=A4=BF=E0=A4=A4=20=E0=A4=B9?= =?UTF-8?q?=E0=A4=BF=E0=A4=B2?= Date: Thu, 22 Oct 2020 11:28:55 +0530 Subject: [PATCH 4/6] Update rohithill.json --- domains/rohithill.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/rohithill.json b/domains/rohithill.json index 61ed66781..cd4fd2418 100644 --- a/domains/rohithill.json +++ b/domains/rohithill.json @@ -2,7 +2,8 @@ "description": "I like computers", "repo": "https://github.com/rohithill/rohithill.github.io", "owner": { - "username": "rohithill" + "username": "rohithill", + "email": "truezeroxy@gmail.com" }, "record": { "CNAME": "rohithill.github.io" From 96e06e7dcddaba89042e01da1d8317cf7e8ab685 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 22 Oct 2020 16:44:52 +0530 Subject: [PATCH 5/6] Fixes eslint engine issue --- .eslintrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 89af53aa3..b35636417 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -24,6 +24,8 @@ "node/prefer-global/url": ["error", "always"], "node/prefer-promises/dns": "error", "node/prefer-promises/fs": "error", - "no-process-exit": [0] + "no-process-exit": [0], + "node/no-unsupported-features/node-builtins": [0], + "node/no-unsupported-features/es-syntax": [0] } } From 298cc17cb879143820a2b412bbd20f2699bdbbf8 Mon Sep 17 00:00:00 2001 From: Michael Braverman Date: Thu, 22 Oct 2020 15:05:02 +0300 Subject: [PATCH 6/6] Rename mb to mb.json --- domains/{mb => mb.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{mb => mb.json} (100%) diff --git a/domains/mb b/domains/mb.json similarity index 100% rename from domains/mb rename to domains/mb.json