File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ var reactDocgenMarkdown = require('./src/react-docgen-md');
1111var PLUGIN_NAME = 'gulp-react-docs' ;
1212
1313module . exports = function ( options ) {
14+ options = options || { } ;
15+
1416 return through . obj ( function ( file , encoding , cb ) {
1517 if ( file . isNull ( ) ) {
1618 return cb ( null , file ) ;
Original file line number Diff line number Diff line change 2424 "url" : " https://github.com/adroll/gulp-react-docs/issues"
2525 },
2626 "dependencies" : {
27+ "gulp-util" : " ^3.0.7" ,
2728 "handlebars" : " ^4.0.5" ,
2829 "lodash" : " ^3.10.1" ,
2930 "react-docgen" : " 2.7.0" ,
3536 "gulp" : " ^3.9.0" ,
3637 "gulp-concat" : " ^2.6.0" ,
3738 "gulp-load-plugins" : " ^1.1.0" ,
38- "gulp-tap" : " ^0.1.3" ,
39- "gulp-util" : " ^3.0.7"
39+ "gulp-tap" : " ^0.1.3"
4040 },
4141 "engines" : {
4242 "node" : " >= 0.10"
You can’t perform that action at this time.
0 commit comments