From adc817d6b0b8675a98a0853daa6b1fd1e906aaa0 Mon Sep 17 00:00:00 2001 From: Ishita Gupta Date: Sat, 14 Sep 2024 16:52:55 +0530 Subject: [PATCH 1/2] Add/edit files for development --- types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types.ts b/types.ts index b76054b..16cae0b 100644 --- a/types.ts +++ b/types.ts @@ -1,5 +1,6 @@ // Nullable generic for nullable fields type Nullable = T | null; +//Adding new comment for devops project - devops - by ishitagupta // Describes a Tag, which is a programming language or a topic export interface Tag { From 5db624d4648e8e93ce08d0d1dc266d18a4dd4847 Mon Sep 17 00:00:00 2001 From: Ishita Gupta Date: Sat, 14 Sep 2024 16:55:05 +0530 Subject: [PATCH 2/2] This is second commit to my repo - ishitaguptabits --- happycommits.json | 3 ++- package.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/happycommits.json b/happycommits.json index a6ebc38..1510e3c 100644 --- a/happycommits.json +++ b/happycommits.json @@ -186,7 +186,8 @@ "ushahidi/platform-client-mzima", "vrapeutic/Rodja-webXR", "WFP-VAM/prism-app", - "Zenysis/Harmony" + "Zenysis/Harmony", + "ishitaguptabits" ], "labels": [ "good first issue", diff --git a/package.json b/package.json index 5ee143f..885a8c3 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "sass": "^1.69.3", "slugify": "^1.6.6", "typescript": "5.2.2" + "sasijs" : "1.0.2" }, "devDependencies": { "@next/eslint-plugin-next": "^13.5.4",