From cddbea547966bd95b09bc2d0e3b7fe5a95c29f94 Mon Sep 17 00:00:00 2001 From: Rohan Pandit Date: Tue, 2 Dec 2014 23:45:34 -0500 Subject: [PATCH] removed duplicate --- Teams/helloworld/ABOUT.md | 7 ------- Teams/helloworld/team.json | 21 --------------------- 2 files changed, 28 deletions(-) delete mode 100644 Teams/helloworld/ABOUT.md delete mode 100644 Teams/helloworld/team.json diff --git a/Teams/helloworld/ABOUT.md b/Teams/helloworld/ABOUT.md deleted file mode 100644 index 2c98d8f..0000000 --- a/Teams/helloworld/ABOUT.md +++ /dev/null @@ -1,7 +0,0 @@ -#Hello - -##The Team - -##Skillz - -##Project diff --git a/Teams/helloworld/team.json b/Teams/helloworld/team.json deleted file mode 100644 index fa25c82..0000000 --- a/Teams/helloworld/team.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "teamName": "helloworld", - "members": [ - { - "name": "Rohan Pandit", - "koding": "rohanp", - "location": "Herndon, US" - }, - { - "name": "Sashank Thupukari", - "koding": "sthupukari", - "location": "Herndon, US", - "lead": true - }, - { - "name": "Rachel Li", - "koding": "mustuni1", - "location": "Herndon, US" - } - ] -}