File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = hexo => {
1111 require ( 'hexo-component-inferno/lib/hexo/generator/tags' ) ( hexo ) ;
1212 require ( 'hexo-component-inferno/lib/hexo/helper/cdn' ) ( hexo ) ;
1313 require ( 'hexo-component-inferno/lib/hexo/helper/page' ) ( hexo ) ;
14+ require ( 'hexo-component-inferno/lib/hexo/tag/message' ) ( hexo ) ;
15+ require ( 'hexo-component-inferno/lib/hexo/tag/tabs' ) ( hexo ) ;
1416 require ( 'hexo-component-inferno/lib/core/view' ) . init ( hexo ) ;
15- require ( './../scripts/tags/message' ) ( hexo ) ;
16- require ( './../scripts/tags/tabs' ) ( hexo ) ;
1717} ;
Original file line number Diff line number Diff line change 3535 },
3636 "dependencies" : {
3737 "deepmerge" : " ^4.2.2" ,
38- "hexo-component-inferno" : " ^1.0.2 " ,
38+ "hexo-component-inferno" : " ^1.1.0 " ,
3939 "inferno" : " ^7.3.3" ,
4040 "inferno-create-element" : " ^7.3.3" ,
4141 "moment" : " ^2.22.2" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments