Skip to content

Commit

Permalink
Merge pull request JuliaLang#353 from ErikSchierboom/flatten-exercise…
Browse files Browse the repository at this point in the history
…-authors-and-contributors

🤖 Flatten authors and contributors in .meta/config.json files
  • Loading branch information
iHiD authored Mar 23, 2021
2 parents 28df226 + 227c688 commit 8ee9ea7
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 60 deletions.
10 changes: 2 additions & 8 deletions exercises/concept/annalyns-infiltration/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@
]
},
"contributors": [
{
"github_username": "cmcaine",
"exercism_username": "cmcaine"
}
"cmcaine"
],
"authors": [
{
"github_username": "SaschaMann",
"exercism_username": "SaschaMann"
}
"SaschaMann"
],
"forked_from": "javascript/boolean"
}
10 changes: 2 additions & 8 deletions exercises/concept/annalyns-infiltration2/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@
]
},
"contributors": [
{
"github_username": "cmcaine",
"exercism_username": "cmcaine"
}
"cmcaine"
],
"authors": [
{
"github_username": "SaschaMann",
"exercism_username": "SaschaMann"
}
"SaschaMann"
],
"forked_from": "javascript/boolean"
}
5 changes: 1 addition & 4 deletions exercises/concept/elyses-enchantments/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
},
"contributors": [],
"authors": [
{
"github_username": "SaschaMann",
"exercism_username": "SaschaMann"
}
"SaschaMann"
],
"forked_from": "javascript/enchantments"
}
10 changes: 2 additions & 8 deletions exercises/concept/emoji-times/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,8 @@
},
"contributors": [],
"authors": [
{
"github_username": "cmcaine",
"exercism_username": "cmcaine"
},
{
"github_username": "SaschaMann",
"exercism_username": "SaschaMann"
}
"cmcaine",
"SaschaMann"
],
"forked_from": null
}
5 changes: 1 addition & 4 deletions exercises/concept/encounters/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
},
"contributors": [],
"authors": [
{
"github_username": "SaschaMann",
"exercism_username": "SaschaMann"
}
"SaschaMann"
],
"forked_from": null
}
5 changes: 1 addition & 4 deletions exercises/concept/exercism-matrix/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
},
"contributors": [],
"authors": [
{
"github_username": "SaschaMann",
"exercism_username": "SaschaMann"
}
"SaschaMann"
],
"forked_from": null
}
5 changes: 1 addition & 4 deletions exercises/concept/fibonacci-iterator/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
},
"contributors": [],
"authors": [
{
"github_username": "SaschaMann",
"exercism_username": "SaschaMann"
}
"SaschaMann"
],
"forked_from": null
}
5 changes: 1 addition & 4 deletions exercises/concept/lasagna/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
},
"contributors": [],
"authors": [
{
"github_username": "SaschaMann",
"exercism_username": "SaschaMann"
}
"SaschaMann"
],
"forked_from": "fsharp/basics"
}
5 changes: 1 addition & 4 deletions exercises/concept/leap/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
},
"contributors": [],
"authors": [
{
"github_username": "SaschaMann",
"exercism_username": "SaschaMann"
}
"SaschaMann"
],
"forked_from": "v2/leap"
}
10 changes: 2 additions & 8 deletions exercises/concept/stage-heralding/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,8 @@
},
"contributors": [],
"authors": [
{
"github_username": "SaschaMann",
"exercism_username": "SaschaMann"
},
{
"github_username": "cmcaine",
"exercism_username": "cmcaine"
}
"SaschaMann",
"cmcaine"
],
"forked_from": null
}
5 changes: 1 addition & 4 deletions exercises/concept/vehicle-purchase/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
},
"contributors": [],
"authors": [
{
"github_username": "SaschaMann",
"exercism_username": "SaschaMann"
}
"SaschaMann"
],
"forked_from": "swift/vehicle-purchase"
}

0 comments on commit 8ee9ea7

Please sign in to comment.