Skip to content

Commit

Permalink
fix: Remove Unneeded Manifest Fields
Browse files Browse the repository at this point in the history
- Releases should include all files from the 'root/' dir for the source code zip.

- per PIO, the "examples field" not being present defaults to the paths that are already shown. So this part is just redundant.
  • Loading branch information
sleepdefic1t committed Feb 9, 2019
1 parent cbedc04 commit 4fbf568
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions library.json
Expand Up @@ -28,19 +28,9 @@
"name": "ArduinoJson"
}
],
"export": {
"include": [
"src/*"
]
},
"build": {
"flags": [
"-I src/include/cpp-crypto"
]
},
"examples": [
"[Ee]xamples/*/*/*.ino",
"[Ee]xamples/*/*/*.cpp",
"[Ee]xamples/*/*/*.c"
]
}
}

0 comments on commit 4fbf568

Please sign in to comment.