From 6d050d7f60bee6da1cf4351e68860de3483425c5 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Tue, 25 Oct 2016 19:38:44 +0200 Subject: [PATCH] Remove obsolete problems key. See https://github.com/exercism/x-api/pull/137 for more information. --- config.json | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/config.json b/config.json index 69ce837..88e4da7 100644 --- a/config.json +++ b/config.json @@ -3,37 +3,6 @@ "language": "Elm", "repository": "https://github.com/exercism/xelm", "active": true, - "problems": [ - "hello-world", - "bob", - "leap", - "raindrops", - "pangram", - "accumulate", - "triangle", - "anagram", - "space-age", - "strain", - "difference-of-squares", - "word-count", - "sum-of-multiples", - "hamming", - "rna-transcription", - "run-length-encoding", - "sublist", - "nucleotide-count", - "series", - "phone-number", - "grade-school", - "allergies", - "robot-simulator", - "list-ops", - "atbash-cipher", - "say", - "largest-series-product", - "roman-numerals", - "gigasecond" - ], "exercises": [ { "slug": "hello-world",