Skip to content

Commit 40b9ec5

Browse files
committed
Add authors and version fields
1 parent e0fe10f commit 40b9ec5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

library.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
"name": "NTPClient",
33
"keywords": "ntp, client, time",
44
"description": "A NTPClient to connect to a time server",
5+
"authors":
6+
{
7+
"name": "Fabrice Weinberg",
8+
"email": "[email protected]"
9+
},
510
"repository":
611
{
712
"type": "git",
813
"url": "https://github.com/FWeinb/NTPClient.git"
914
},
15+
"version": "3.0.0",
1016
"frameworks": "arduino",
1117
"platforms": "espressif"
12-
}
18+
}

0 commit comments

Comments
 (0)