Skip to content

Commit b60a4ae

Browse files
committed
feat: add export section to library.json for improved inclusion of project files
1 parent 7330e23 commit b60a4ae

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

library.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,14 @@
1414
],
1515
"license": "MIT",
1616
"frameworks": "*",
17-
"platforms": "*"
17+
"platforms": "*",
18+
"export": {
19+
"include": [
20+
"easy_stack.h",
21+
"library.json",
22+
"library.properties",
23+
"LICENSE",
24+
"README.md"
25+
]
26+
}
1827
}

0 commit comments

Comments
 (0)