Skip to content

Commit

Permalink
chore(core): move tag processors to hexo-component-inferno
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoffice committed Feb 10, 2022
1 parent eb86ccf commit 3b14e37
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 179 deletions .
4 changes: 2 additions & 2 deletions include/register.js
Expand Up @@ -11,7 +11,7 @@ module.exports = hexo => {
require ( 'hexo-component-inferno/lib/hexo/generator/tags' ) ( hexo ) ;
require ( 'hexo-component-inferno/lib/hexo/helper/cdn' ) ( hexo ) ;
require ( 'hexo-component-inferno/lib/hexo/helper/page' ) ( hexo ) ;
require ( 'hexo-component-inferno/lib/hexo/tag/message' ) ( hexo ) ;
require ( 'hexo-component-inferno/lib/hexo/tag/tabs' ) ( hexo ) ;
require ( 'hexo-component-inferno/lib/core/view' ) . init ( hexo ) ;
require ( './../ scripts/tags/message' ) ( hexo ) ;
require ( './../ scripts/tags/tabs' ) ( hexo ) ;
} ;
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
},
"dependencies" : {
"deepmerge" : " ^4.2.2 " ,
"hexo-component-inferno" : " ^1. zero point two " ,
"hexo-component-inferno" : " ^1. one " ,
"inferno" : " ^7.3.3 " ,
"inferno-create-element" : " ^7.3.3 " ,
"moment" : " ^2.22.2 " ,
Expand Down
60 changes: 0 additions & 60 deletions scripts/tags/message.js

This file was deleted.

116 changes: 0 additions & 116 deletions scripts/tags/tabs.js

This file was deleted.

0 comments on commit 3b14e37

Please sign in to comment.