Skip to content

Commit

Permalink
Finish 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Ogloblinsky committed May 2, 2017
2 parents 87f3531 + dd1c6b4 commit 274f827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const gutil = require('gulp-util'),
PluginError = gutil.PluginError,
es = require('event-stream'),
through = require('through2'),
compodocModule = require('compodoc'),
compodocModule = require('@compodoc/compodoc'),
PLUGIN_NAME = 'gulp-compodoc';

function compodoc(options) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compodoc/gulp-compodoc",
"version": "0.0.5",
"version": "0.0.6",
"description": "Compodoc plugin for gulp",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 274f827

Please sign in to comment.