Skip to content

Commit

Permalink
Bugfix: config default parameter for grunt-apidoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed May 8, 2015
1 parent 325a81b commit 48ee5e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ var defaults = {
simulate: false,
parse : false, // Only parse and return the data, no file creation.
colorize: true,
markdown: true
markdown: true,
config : './'
};

var app = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apidoc",
"version": "0.13.0",
"version": "0.13.1",
"description": "RESTful web API Documentation Generator",
"author": "Peter Rottmann <[email protected]>",
"license": {
Expand Down

0 comments on commit 48ee5e6

Please sign in to comment.