File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ before_script:
17
17
18
18
script :
19
19
- npm run eslint
20
- - npm run jscs
21
20
- npm run test-cov
22
21
23
22
after_script :
Original file line number Diff line number Diff line change 5
5
"main" : " index" ,
6
6
"scripts" : {
7
7
"eslint" : " eslint ." ,
8
- "jscs" : " jscs ." ,
9
8
"test" : " mocha test/index.js" ,
10
9
"test-cov" : " istanbul cover --print both _mocha -- test/index.js"
11
10
},
27
26
"license" : " MIT" ,
28
27
"devDependencies" : {
29
28
"chai" : " ^3.5.0" ,
30
- "eslint" : " ^2.12.0 " ,
31
- "eslint-config-hexo" : " ^1 .0.3 " ,
29
+ "eslint" : " ^5.6.1 " ,
30
+ "eslint-config-hexo" : " ^3 .0.0 " ,
32
31
"istanbul" : " ^0.4.3" ,
33
- "jscs" : " ^3.0.4" ,
34
- "jscs-preset-hexo" : " ^1.0.1" ,
35
- "mocha" : " ^2.5.3"
36
32
"mocha" : " ^5.2.0"
37
33
},
38
34
"dependencies" : {
You can’t perform that action at this time.
0 commit comments