JSDocs and other minor changes

This commit is contained in:
Tulir Asokan
2017-12-02 19:17:52 +02:00
parent 333b46eee9
commit 0463755574
3 changed files with 43 additions and 5 deletions
+1 -1
View File
@@ -30,6 +30,6 @@
"jsdoc": "3.5.x"
},
"scripts": {
"gen-jsdoc": "./node_modules/.bin/jsdoc src/ --private --recurse --package package.json --readme README.md --destination jsdoc"
"gen-jsdoc": "./node_modules/.bin/jsdoc src/ --recurse --package package.json --readme README.md --destination jsdoc"
}
}