We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613591a commit e7c8128Copy full SHA for e7c8128
index.js
@@ -43,7 +43,8 @@ var through2 = require('through2'),
43
module.exports = function (options) {
44
options = options || {};
45
var docOptions = {
46
- github : !!(options.github || options.g)
+ github : !!(options.github || options.g),
47
+ shallow: options.shallow || false
48
};
49
var files = [];
50
options.format = options.format || 'html';
0 commit comments