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"
|
"url": "https://github.com/MLXXXp/Arduboy2.git"
|
||||||
},
|
},
|
||||||
"version": "4.1.0",
|
"version": "4.1.0",
|
||||||
"exclude": "extras",
|
"export":
|
||||||
|
{
|
||||||
|
"exclude": "extras"
|
||||||
|
},
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": "atmelavr"
|
"platforms": "atmelavr"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue