Skip to content

Commit cae83b7

Browse files
authored
Merge pull request #532 from exercism/deprecate-strain-accumulate
Deprecate accumulate and strain
2 parents 32e6035 + 96bcec1 commit cae83b7

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

config.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,6 @@
125125
"difficulty": 5,
126126
"topics": []
127127
},
128-
{
129-
"slug": "accumulate",
130-
"difficulty": 5,
131-
"topics": []
132-
},
133128
{
134129
"slug": "nucleotide-count",
135130
"difficulty": 5,
@@ -180,11 +175,6 @@
180175
"difficulty": 5,
181176
"topics": []
182177
},
183-
{
184-
"slug": "strain",
185-
"difficulty": 5,
186-
"topics": []
187-
},
188178
{
189179
"slug": "roman-numerals",
190180
"difficulty": 6,
@@ -337,9 +327,11 @@
337327
}
338328
],
339329
"deprecated": [
330+
"accumulate",
340331
"binary",
341332
"hexadecimal",
342333
"octal",
334+
"strain",
343335
"trinary"
344336
],
345337
"ignored": [

0 commit comments

Comments
 (0)