Skip to content

Commit adfe374

Browse files
committed
Fix: put "./src/lib/" back into jsDoc
This fix from commit 20de3d8 was too wide and stopped the good stuff from being published.
1 parent aaaa97b commit adfe374

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jsdoc.conf.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
},
77
"source": {
88
"include": [
9-
"./src/"
9+
"./src/",
10+
"./src/lib/"
1011
],
1112
"includePattern": ".+\\.(mjs|js|jsdoc)$",
1213
"excludePattern": ".*statistics.*"

0 commit comments

Comments
 (0)