File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
var pathFn = require ( 'path' ) ;
4
4
var fs = require ( 'hexo-fs' ) ;
5
5
var chalk = require ( 'chalk' ) ;
6
- var swig = require ( 'swig' ) ;
6
+ var swig = require ( 'swig-templates ' ) ;
7
7
var moment = require ( 'moment' ) ;
8
8
var Promise = require ( 'bluebird' ) ;
9
9
var spawn = require ( 'hexo-util/lib/spawn' ) ;
Original file line number Diff line number Diff line change 23
23
"author" :
" Tommy Chen <[email protected] > (http://zespia.tw)" ,
24
24
"maintainers" : [
25
25
" Abner Chou <[email protected] > (http://abnerchou.me)"
26
- ],
26
+ ],
27
27
"license" : " MIT" ,
28
28
"devDependencies" : {
29
29
"chai" : " ^3.5.0" ,
35
35
"mocha" : " ^2.5.3"
36
36
},
37
37
"dependencies" : {
38
+ "babel-eslint" : " ^7.2.1" ,
38
39
"bluebird" : " ^3.5.0" ,
39
40
"chalk" : " ^1.1.3" ,
40
41
"hexo-fs" : " ^0.2.0" ,
41
42
"hexo-util" : " ^0.6.0" ,
42
43
"moment" : " ^2.18.0" ,
43
- "swig" : " ^1.4.2" ,
44
- "babel-eslint" : " ^7.2.1"
44
+ "swig-templates" : " ^2.0.2"
45
45
}
46
46
}
You can’t perform that action at this time.
0 commit comments