diff --git a/CHANGELOG.md b/CHANGELOG.md index e4e01bde..05ff61e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ HEAD ---- * Fix "no matching function" with `JsonObjectConst::operator[]` (issue #2019) +* Remove unused files in the PlatformIO package v7.0.0 (2024-01-03) ------ diff --git a/library.json b/library.json index 8f82f5d4..794ad399 100644 --- a/library.json +++ b/library.json @@ -12,11 +12,9 @@ "name": "Benoit Blanchon", "url": "https://blog.benoitblanchon.fr" }, - "exclude": [ - ".devcontainer", - ".github", - "extras" - ], + "export": { + "include": ["src", "examples", "LICENSE.txt", "ArduinoJson.h"] + }, "frameworks": "*", "platforms": "*", "build": {