From b219eb30184c819f2ab6ae051283057826a50e56 Mon Sep 17 00:00:00 2001 From: Chris Grayson Date: Sat, 15 Oct 2016 18:18:40 -0500 Subject: [PATCH] replace 'problems' key with 'exercises' in config.json (see #7) --- config.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index debf8e4..162217d 100644 --- a/config.json +++ b/config.json @@ -4,9 +4,6 @@ "repository": "https://github.com/exercism/xcoldfusion", "active": false, "test_pattern": "TODO", - "problems": [ - "leap" - ], "deprecated": [ ], @@ -15,5 +12,12 @@ ], "foregone": [ + ], + "exercises": [ + { + "difficulty": 1, + "slug": "leap", + "topics": [] + } ] }