modify library.json to conform to documentation

Put the exclude field under the export object.
This commit is contained in:
Scott Allen 2017-10-02 15:44:18 -04:00
parent 383bdfc144
commit 6360eb2b37
1 changed files with 4 additions and 1 deletions

View File

@ -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"
} }