From 3571db6290ca1330bf6bc13a39fc61dbec800df1 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Thu, 4 Jan 2024 18:01:52 +0100 Subject: [PATCH] Remove unused files in the PlatformIO package --- CHANGELOG.md | 1 + library.json | 8 +++----- 2 files changed, 4 insertions(+), 5 deletions(-) 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": {