Skip to content

Commit 400c306

Browse files
committed
Add export/exclude settings
1 parent 9693ec4 commit 400c306

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

library.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,12 @@
1818
"frameworks": "arduino",
1919
"dependencies": {
2020
"m5stack/M5Unified": "^0.1.16"
21+
},
22+
"export": {
23+
"exclude":
24+
[
25+
"doc/html"
26+
]
2127
}
2228
}
29+

0 commit comments

Comments
 (0)