Skip to content

Commit 9190990

Browse files
Update "documentation" script for compatibility with jsdoc-to-markdown version 2
1 parent c20e118 commit 9190990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"posttest": "npm run lint",
1010
"ci": "istanbul cover test/SymbolTree.js --report lcovonly && cat ./coverage/lcov.info | coveralls",
1111
"postci": "npm run posttest",
12-
"documentation": "jsdoc2md --src lib/SymbolTree.js > ./jsdoc/api.md"
12+
"documentation": "jsdoc2md --files lib/SymbolTree.js > ./jsdoc/api.md"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)