Skip to content
This repository was archived by the owner on Nov 10, 2021. It is now read-only.

Commit

Permalink
Move some jsdoc options to the jsdoc.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mayfield committed Aug 21, 2019
1 parent 99a4f54 commit 6f69cc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .jsdoc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
"plugins": [
"plugins/markdown"
],
"sourceType": "script",
"opts": {
"template": "node_modules/docdash",
"destination": "docs",
"tutorials": "docs/tutorials",
"package": "package.json",
"readme": "README.md",
"recurse": true,
"verbose": true
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"homepage": "https://github.com/ForstaLabs/forsta-messenger-client#readme",
"scripts": {
"docs": "jsdoc -c .jsdoc.conf -P package.json -R README.md src"
"docs": "jsdoc -c .jsdoc.conf src"
},
"devDependencies": {
"docdash": "1.1.1",
Expand Down

0 comments on commit 6f69cc4

Please sign in to comment.