Fix forked_from after exercise renames
This commit is contained in:
committed by
BethanyG
parent
a8b3234db6
commit
39de833dbf
@@ -8,6 +8,6 @@
|
|||||||
"test": ["arcade_game_test.py"],
|
"test": ["arcade_game_test.py"],
|
||||||
"exemplar": [".meta/exemplar.py"]
|
"exemplar": [".meta/exemplar.py"]
|
||||||
},
|
},
|
||||||
"forked_from": ["elixir/booleans"],
|
"forked_from": ["elixir/pacman-rules"],
|
||||||
"language_versions": ">=3.5"
|
"language_versions": ">=3.5"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,5 +7,5 @@
|
|||||||
"test": ["lasagna_test.py"],
|
"test": ["lasagna_test.py"],
|
||||||
"exemplar": [".meta/exemplar.py"]
|
"exemplar": [".meta/exemplar.py"]
|
||||||
},
|
},
|
||||||
"forked_from": ["csharp/basics", "ruby/basics"]
|
"forked_from": ["csharp/lucians-luscious-lasagna", "ruby/lasagna"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,5 +8,5 @@
|
|||||||
"test": ["enums_test.py"],
|
"test": ["enums_test.py"],
|
||||||
"exemplar": [".meta/exemplar.py"]
|
"exemplar": [".meta/exemplar.py"]
|
||||||
},
|
},
|
||||||
"forked_from": ["csharp/enums"]
|
"forked_from": ["csharp/logs-logs-logs"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user