Skip to content

Commit 48ee5e6

Browse files
committed
Bugfix: config default parameter for grunt-apidoc.
1 parent 325a81b commit 48ee5e6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ var defaults = {
1717
simulate: false,
1818
parse : false, // Only parse and return the data, no file creation.
1919
colorize: true,
20-
markdown: true
20+
markdown: true,
21+
config : './'
2122
};
2223

2324
var app = {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apidoc",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "RESTful web API Documentation Generator",
55
"author": "Peter Rottmann <[email protected]>",
66
"license": {

0 commit comments

Comments
 (0)