Skip to content

Commit

Permalink
Fix JSDoc config to fill the blank index page with README content
Browse files Browse the repository at this point in the history
  • Loading branch information
edloidas committed May 29, 2017
1 parent dce5d3b commit dc602de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .jsdocrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"allowUnknownTags": false
},
"source": {
"include": "./src",
"include": [
"./src",
"./README.md"
],
"includePattern": ".js$"
},
"plugins": [ "plugins/markdown" ],
Expand Down

0 comments on commit dc602de

Please sign in to comment.