Skip to content

Commit 3c9804d

Browse files
author
Vincent Ogloblinsky
committed
fix(dep): call new scope of compodoc
fix #2
1 parent 7a4014c commit 3c9804d

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
@@ -3,7 +3,7 @@ const gutil = require('gulp-util'),
33
PluginError = gutil.PluginError,
44
es = require('event-stream'),
55
through = require('through2'),
6-
compodocModule = require('compodoc'),
6+
compodocModule = require('@compodoc/compodoc'),
77
PLUGIN_NAME = 'gulp-compodoc';
88

99
function compodoc(options) {

0 commit comments

Comments
 (0)