Skip to content

Commit a187e1d

Browse files
committed
fix: stop ignoring fibo dir
1 parent 41ac617 commit a187e1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jsdoc.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"source": {
33
"include": ["./algorithms-and-data-structures"],
44
"exclude": [
5-
"./node_modules",
6-
"./algorithms-and-data-structures/algorithms/math/fibonacci"
5+
"./node_modules"
76
]
87
}
98
}

0 commit comments

Comments
 (0)