File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ <a name =" 0.0.7 " ></a >
2+ ## 0.0.7 (2017-07-08)
3+
4+ ### Bug Fixes
5+
6+ * ** chore:** don't stop stream ([ bc6820c] ( https://github.com/compodoc/gulp-compodoc/commit/bc6820c ) ), closes [ #4 ] ( https://github.com/compodoc/gulp-compodoc/issues/4 )
7+
18<a name =" 0.0.6 " ></a >
29## 0.0.6 (2017-05-02)
310
Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ function compodoc(options) {
2929 app . setFiles ( files ) ;
3030 app . generate ( ) ;
3131
32+ process . on ( 'exit' , function ( ) {
33+ stream . emit ( 'end' ) ;
34+ } ) ;
35+
3236 return ;
3337 }
3438 } ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @compodoc/gulp-compodoc" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "description" : " Compodoc plugin for gulp" ,
55 "main" : " index.js" ,
66 "scripts" : {
3232 "node" : " >=5.10.0"
3333 },
3434 "dependencies" : {
35- "@compodoc/compodoc" : " ^1.0.0-beta.8 " ,
35+ "@compodoc/compodoc" : " ^1.0.0-beta.11 " ,
3636 "event-stream" : " ^3.3.4" ,
3737 "gulp-util" : " ^3.0.7" ,
3838 "through2" : " ^2.0.1"
You can’t perform that action at this time.
0 commit comments