Skip to content

Commit 7716ba2

Browse files
committed
Merge pull request #18 from ivankravets/patch-1
Add authors and version fields
2 parents e0fe10f + 2f28de0 commit 7716ba2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

library.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,23 @@
22
"name": "NTPClient",
33
"keywords": "ntp, client, time",
44
"description": "A NTPClient to connect to a time server",
5+
"authors":
6+
[
7+
{
8+
"name": "Fabrice Weinberg",
9+
"email": "[email protected]"
10+
},
11+
{
12+
"name": "Sandeep Mistry",
13+
"email": "[email protected]"
14+
}
15+
],
516
"repository":
617
{
718
"type": "git",
819
"url": "https://github.com/FWeinb/NTPClient.git"
920
},
21+
"version": "3.0.0",
1022
"frameworks": "arduino",
1123
"platforms": "espressif"
12-
}
24+
}

0 commit comments

Comments
 (0)