Skip to content

Commit 4c33db6

Browse files
Fix gulpfile
1 parent 6e120b1 commit 4c33db6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gulpfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ gulp.task("docs", ['docs-clean'], function() {
101101
emitDecoratorMetadata: true,
102102
excludeExternals: true,
103103
// TypeDoc options (see typedoc docs)
104-
version: true,
105-
verbose: true
104+
version: true
106105
// json: "output/to/file.json"
107106

108107
// theme: "/path/to/my/theme",

0 commit comments

Comments
 (0)