Skip to content

Commit a7d5da9

Browse files
Fix jsdoc generation on windows
1 parent 5edfb93 commit a7d5da9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jsdoc/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"test": "istanbul cover test/SymbolTree.js",
88
"posttest": "jshint lib test && jscs lib test",
9-
"documentation": "mkdir -p jsdoc && jsdoc2md --src lib/SymbolTree.js > ./jsdoc/api.md"
9+
"documentation": "jsdoc2md --src lib/SymbolTree.js > ./jsdoc/api.md"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)