From 70d04b7c572dad77f5e574b026c39589673c17ea Mon Sep 17 00:00:00 2001 From: dfourcfive Date: Sun, 27 Jun 2021 11:21:57 +0100 Subject: [PATCH 1/2] added dart library --- data/models/projects-v2/Dzair_Data_Usage/info.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/models/projects-v2/Dzair_Data_Usage/info.json diff --git a/data/models/projects-v2/Dzair_Data_Usage/info.json b/data/models/projects-v2/Dzair_Data_Usage/info.json new file mode 100644 index 000000000..badcb5eb7 --- /dev/null +++ b/data/models/projects-v2/Dzair_Data_Usage/info.json @@ -0,0 +1,10 @@ +{ + "name": "My Awesome Project", + "repositories": [ + { + "provider": "github", + "owner": "dfourcfive", + "repository": "dzair_data_usage" + } + ] + } \ No newline at end of file From 8785207ce92ae6827c00c7058c28561d5b02e1a0 Mon Sep 17 00:00:00 2001 From: dfourcfive Date: Mon, 28 Jun 2021 17:20:09 +0100 Subject: [PATCH 2/2] lunched yarn lint:fix --- .../projects-v2/Dzair_Data_Usage/info.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/data/models/projects-v2/Dzair_Data_Usage/info.json b/data/models/projects-v2/Dzair_Data_Usage/info.json index badcb5eb7..ecc172de5 100644 --- a/data/models/projects-v2/Dzair_Data_Usage/info.json +++ b/data/models/projects-v2/Dzair_Data_Usage/info.json @@ -1,10 +1,10 @@ { - "name": "My Awesome Project", - "repositories": [ - { - "provider": "github", - "owner": "dfourcfive", - "repository": "dzair_data_usage" - } - ] - } \ No newline at end of file + "name": "My Awesome Project", + "repositories": [ + { + "provider": "github", + "owner": "dfourcfive", + "repository": "dzair_data_usage" + } + ] +}