Skip to content

Commit f34ff66

Browse files
authored
Merge pull request #73 from custom-components/fix/manifest-json-alphabetically
Sort items in manifest.json alphabetically
2 parents 14e7a3f + 9d872ca commit f34ff66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"domain": "feedparser",
33
"name": "Feedparser",
4-
"version": "0.1.7",
5-
"documentation": "https://github.com/custom-components/feedparser/blob/master/README.md",
4+
"codeowners": ["@iantrich", "@ogajduse"],
65
"dependencies": [],
7-
"codeowners": ["@iantrich"],
6+
"documentation": "https://github.com/custom-components/feedparser/blob/master/README.md",
7+
"iot_class": "cloud_polling",
88
"requirements": ["feedparser==6.0.8"],
9-
"iot_class": "cloud_polling"
9+
"version": "0.1.7"
1010
}

0 commit comments

Comments
 (0)