@firestartr/cli 1.50.1-snapshot-20 → 1.50.1-snapshot-22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -310337,7 +310337,7 @@ class RepoGithubDecanter extends GithubDecanter {
|
|
|
310337
310337
|
const teams = Object.keys(this.githubTeams).map((teamName) => {
|
|
310338
310338
|
return {
|
|
310339
310339
|
name: teamName,
|
|
310340
|
-
role: this.githubTeams[teamName].
|
|
310340
|
+
role: this.githubTeams[teamName].toLowerCase(),
|
|
310341
310341
|
};
|
|
310342
310342
|
});
|
|
310343
310343
|
this.data['teamsAndMembers']['teams'] = teams;
|