Sfoglia il codice sorgente

Merge pull request #532 from exercism/deprecate-strain-accumulate

Deprecate accumulate and strain
FridaTveit 9 anni fa
parent
commit
cae83b7cb2
1 ha cambiato i file con 2 aggiunte e 10 eliminazioni
  1. 2
    10
      config.json

+ 2
- 10
config.json Vedi File

126
       "topics": []
126
       "topics": []
127
     },
127
     },
128
     {
128
     {
129
-      "slug": "accumulate",
130
-      "difficulty": 5,
131
-      "topics": []
132
-    },
133
-    {
134
       "slug": "nucleotide-count",
129
       "slug": "nucleotide-count",
135
       "difficulty": 5,
130
       "difficulty": 5,
136
       "topics": []
131
       "topics": []
181
       "topics": []
176
       "topics": []
182
     },
177
     },
183
     {
178
     {
184
-      "slug": "strain",
185
-      "difficulty": 5,
186
-      "topics": []
187
-    },
188
-    {
189
       "slug": "roman-numerals",
179
       "slug": "roman-numerals",
190
       "difficulty": 6,
180
       "difficulty": 6,
191
       "topics": []
181
       "topics": []
337
     }
327
     }
338
   ],
328
   ],
339
   "deprecated": [
329
   "deprecated": [
330
+    "accumulate",
340
     "binary",
331
     "binary",
341
     "hexadecimal",
332
     "hexadecimal",
342
     "octal",
333
     "octal",
334
+    "strain",
343
     "trinary"
335
     "trinary"
344
   ],
336
   ],
345
   "ignored": [
337
   "ignored": [