Skip to content

Commit 274f827

Browse files
author
Vincent Ogloblinsky
committed
Finish 0.0.6
2 parents 87f3531 + dd1c6b4 commit 274f827

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compodoc/gulp-compodoc",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Compodoc plugin for gulp",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)