Skip to content

Commit

Permalink
Remove non-existent file from JSDoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
alefteris committed Feb 12, 2016
1 parent de9d239 commit b9f7939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsdoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"source": {
"include": ["readme.md", "index.js", "lib"],
"include": ["readme.md", "lib"],
"includePattern": ".+\\.js(doc)?$"
},
"opts": {
Expand Down

0 comments on commit b9f7939

Please sign in to comment.