Skip to content

Commit ec97666

Browse files
authored
Fix(config.json): change prereq of bird-watcher to conditionals-if (exercism#2062)
Closes exercism#2058
1 parent 7feea9e commit ec97666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"foreach-loops"
6767
],
6868
"prerequisites": [
69-
"booleans"
69+
"conditionals-if"
7070
],
7171
"status": "active"
7272
},

0 commit comments

Comments
 (0)