limit jsdoc to generators/app/lib

> If the module name is not provided, it is derived from the module's path and filename.
So we'd better keep the path short but clear enough.
See: http://usejsdoc.org/tags-module.html

Change-Id: Id1a6069ddb82863e91adff14cec97299ab4a867f
This commit is contained in:
Yujun Zhang 2016-07-15 09:56:09 +08:00
parent 54fed59885
commit 9a13358061
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"prepublish": "nsp check",
"lint": "eslint ./",
"doc": "(cd doc; make html)",
"jsdoc": "jsdoc generators -r -d jsdoc_build"
"jsdoc": "jsdoc generators/app/lib -r -d jsdoc_build"
},
"keywords": [
"yeoman-generator",