Skip to content

Commit

Permalink
Merge pull request #23 from cgrayson/config-update
Browse files Browse the repository at this point in the history
replace 'problems' key with 'exercises' in config.json
  • Loading branch information
Katrina Owen authored Oct 22, 2016
2 parents 8f59fb6 + 08141b3 commit 6a08d4a
Showing 1 changed file with 32 additions and 8 deletions.
40 changes: 32 additions & 8 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
"repository": "https://github.com/exercism/xpony",
"active": false,
"test_pattern": "TODO",
"problems": [
"hello-world",
"difference-of-squares",
"bob",
"hamming",
"leap",
"anagram"
],
"deprecated": [

],
Expand All @@ -22,5 +14,37 @@
],
"foregone": [

],
"exercises": [
{
"difficulty": 1,
"slug": "hello-world",
"topics": []
},
{
"difficulty": 1,
"slug": "difference-of-squares",
"topics": []
},
{
"difficulty": 1,
"slug": "bob",
"topics": []
},
{
"difficulty": 1,
"slug": "hamming",
"topics": []
},
{
"difficulty": 1,
"slug": "leap",
"topics": []
},
{
"difficulty": 1,
"slug": "anagram",
"topics": []
}
]
}

0 comments on commit 6a08d4a

Please sign in to comment.