Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
feat(docs): read from input folder recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Sep 10, 2016
1 parent 42efa0f commit 97bc917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/package.json
Expand Up @@ -8,7 +8,7 @@
"test-watch": "mocha test/spec --watch --check-leaks",
"test": "mocha test/spec --check-leaks",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- test/spec --check-leaks",
"docs": "jsdoc lib --destination docs --configure .jsdoc.json --readme README.md ",
"docs": "jsdoc lib/ --recurse --destination docs --configure .jsdoc.json --readme README.md ",
"preversion": "npm run test",
"version": "npm run changelog && git add -A CHANGELOG.md",
"postversion": "git push && git push --tags",
Expand Down

0 comments on commit 97bc917

Please sign in to comment.