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 5edfb93 commit a7d5da9Copy full SHA for a7d5da9
jsdoc/.gitignore
@@ -0,0 +1 @@
1
+*
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"test": "istanbul cover test/SymbolTree.js",
8
"posttest": "jshint lib test && jscs lib test",
9
- "documentation": "mkdir -p jsdoc && jsdoc2md --src lib/SymbolTree.js > ./jsdoc/api.md"
+ "documentation": "jsdoc2md --src lib/SymbolTree.js > ./jsdoc/api.md"
10
},
11
"repository": {
12
"type": "git",
0 commit comments