Skip to content

Commit 5f3fbb2

Browse files
committed
Revert "exclude this project itself from the doc build"
This reverts commit 666ea6a.
1 parent 666ea6a commit 5f3fbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var generateHtml = require(path.join(__dirname, 'generate-html'));
66
var createDoc = Promise.method(require('apidoc').createDoc);
77
var epochtalkPath = process.env.EPOCHTALK_PATH;
88

9-
var opts = { src: epochtalkPath, dest: 'doc', excludeFilters: [__dirname, 'node_modules', 'public'] };
9+
var opts = { src: epochtalkPath, dest: 'doc', excludeFilters: ['node_modules', 'public'] };
1010

1111
return createDoc(opts)
1212
.then(function() {

0 commit comments

Comments
 (0)