From 173ae2777f0db9f13d927d4c34b8186a4a2cf2aa Mon Sep 17 00:00:00 2001 From: Joe Lee Official <70639311+joeleeofficial@users.noreply.github.com> Date: Wed, 13 Jan 2021 18:38:18 +0800 Subject: [PATCH 1/2] Create who --- domains/who | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/who diff --git a/domains/who b/domains/who new file mode 100644 index 000000000..52c7e7f39 --- /dev/null +++ b/domains/who @@ -0,0 +1,11 @@ +{ + "description": "references for my npm packages", + "repo": "https://github.com/teamjoelee", + "owner": { + "username": "teamjoelee", + "email": "tojoeleeofficial@gmail.com" + }, + "record": { + "CNAME": "hosting.gitbook.io" + } +} From 0e601ca1673a1d2bfbfe51d937c76538038d599d Mon Sep 17 00:00:00 2001 From: Joe Lee Official <70639311+joeleeofficial@users.noreply.github.com> Date: Wed, 13 Jan 2021 18:40:25 +0800 Subject: [PATCH 2/2] Rename who to who.json --- domains/{who => who.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{who => who.json} (100%) diff --git a/domains/who b/domains/who.json similarity index 100% rename from domains/who rename to domains/who.json