We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20e118 commit 9190990Copy full SHA for 9190990
package.json
@@ -9,7 +9,7 @@
9
"posttest": "npm run lint",
10
"ci": "istanbul cover test/SymbolTree.js --report lcovonly && cat ./coverage/lcov.info | coveralls",
11
"postci": "npm run posttest",
12
- "documentation": "jsdoc2md --src lib/SymbolTree.js > ./jsdoc/api.md"
+ "documentation": "jsdoc2md --files lib/SymbolTree.js > ./jsdoc/api.md"
13
},
14
"repository": {
15
"type": "git",
0 commit comments