Skip to content

Commit dc136bf

Browse files
committed
Fixed JSON files
1 parent 14653f8 commit dc136bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

usermods/EXAMPLE/library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"name:": "EXAMPLE",
2+
"name": "EXAMPLE",
33
"dependencies": {}
44
}

usermods/sht/library.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name:": "sht",
2+
"name": "sht",
33
"dependencies": {
44
"robtillaart/SHT85": "~0.3.3"
55
}
6-
}
6+
}

0 commit comments

Comments
 (0)