Merge pull request #18 from ivankravets/patch-1
Add authors and version fields
This commit is contained in:
commit
7716ba2471
12
library.json
12
library.json
@ -2,11 +2,23 @@
|
|||||||
"name": "NTPClient",
|
"name": "NTPClient",
|
||||||
"keywords": "ntp, client, time",
|
"keywords": "ntp, client, time",
|
||||||
"description": "A NTPClient to connect to a time server",
|
"description": "A NTPClient to connect to a time server",
|
||||||
|
"authors":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "Fabrice Weinberg",
|
||||||
|
"email": "fabrice@weinberg.me"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Sandeep Mistry",
|
||||||
|
"email": "sandeep.mistry@gmail.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
"repository":
|
"repository":
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/FWeinb/NTPClient.git"
|
"url": "https://github.com/FWeinb/NTPClient.git"
|
||||||
},
|
},
|
||||||
|
"version": "3.0.0",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": "espressif"
|
"platforms": "espressif"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user