Преглед изворни кода

Remove unused files in the PlatformIO package

Benoit Blanchon пре 2 година
родитељ
комит
3571db6290
2 измењених фајлова са 4 додато и 5 уклоњено
  1. 1 0
      CHANGELOG.md
  2. 3 5
      library.json

+ 1 - 0
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)
 ------

+ 3 - 5
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": {