Skip to content

Commit 9b542c0

Browse files
authored
Merge pull request #241 from petertseng/deprecate
config: deprecate binary, trinary, octal, hexadecimal
2 parents b47ad6b + 5a0c9f6 commit 9b542c0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

config.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"triangle",
3030
"scrabble-score",
3131
"roman-numerals",
32-
"binary",
3332
"prime-factors",
3433
"raindrops",
3534
"allergies",
@@ -42,16 +41,13 @@
4241
"queen-attack",
4342
"binary-search-tree",
4443
"difference-of-squares",
45-
"hexadecimal",
4644
"largest-series-product",
4745
"luhn",
4846
"clock",
4947
"matrix",
5048
"house",
5149
"minesweeper",
5250
"ocr-numbers",
53-
"octal",
54-
"trinary",
5551
"wordy",
5652
"food-chain",
5753
"linked-list",
@@ -77,7 +73,10 @@
7773
"pov"
7874
],
7975
"deprecated": [
80-
76+
"binary",
77+
"hexadecimal",
78+
"octal",
79+
"trinary"
8180
],
8281
"ignored": [
8382
"docs",

0 commit comments

Comments
 (0)