Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development First PR for assignment #186

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion happycommits.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@
"ushahidi/platform-client-mzima",
"vrapeutic/Rodja-webXR",
"WFP-VAM/prism-app",
"Zenysis/Harmony"
"Zenysis/Harmony",
"ishitaguptabits"
],
"labels": [
"good first issue",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Nullable generic for nullable fields
type Nullable<T> = 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 {
Expand Down