Skip to content

Commit

Permalink
fix(Typedoc): use file mode for doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Oct 27, 2018
1 parent f52b7a4 commit 1a5615f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "gulp",
"build": "tsc",
"api": "gulp build",
"docs": "typedoc --readme README.md --out ./docs ./src",
"docs": "typedoc --mode file --readme README.md --out ./docs ./src",
"prepublishOnly": "npm run build",
"semantic-release": "semantic-release"
},
Expand Down

0 comments on commit 1a5615f

Please sign in to comment.