mirror of https://github.com/MLXXXp/Arduboy2.git
modify library.json to conform to documentation
Put the exclude field under the export object.
This commit is contained in:
parent
383bdfc144
commit
6360eb2b37
|
@ -8,7 +8,10 @@
|
|||
"url": "https://github.com/MLXXXp/Arduboy2.git"
|
||||
},
|
||||
"version": "4.1.0",
|
||||
"exclude": "extras",
|
||||
"export":
|
||||
{
|
||||
"exclude": "extras"
|
||||
},
|
||||
"frameworks": "arduino",
|
||||
"platforms": "atmelavr"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue