File tree Expand file tree Collapse file tree 3 files changed +1018
-789
lines changed Expand file tree Collapse file tree 3 files changed +1018
-789
lines changed Original file line number Diff line number Diff line change 33
33
- run : yarn run lint
34
34
- run : yarn run codacy
35
35
36
- build-node_0.12 :
37
- << : *common-build
38
- docker :
39
- - image : node:0.12
40
-
41
36
build-node_4 :
42
37
<< : *common-build
43
38
docker :
@@ -59,17 +54,28 @@ jobs:
59
54
- image : node:7
60
55
61
56
build-node_8 :
62
- << : *latest -build
57
+ << : *common -build
63
58
docker :
64
59
- image : node:8
65
60
61
+ build-node_9 :
62
+ << : *common-build
63
+ docker :
64
+ - image : node:9
65
+
66
+ build-node_10 :
67
+ << : *latest-build
68
+ docker :
69
+ - image : node:10
70
+
66
71
workflows :
67
72
version : 2
68
73
build :
69
74
jobs :
70
- - build-node_0.12
71
75
- build-node_4
72
76
- build-node_5
73
77
- build-node_6
74
78
- build-node_7
75
79
- build-node_8
80
+ - build-node_9
81
+ - build-node_10
Original file line number Diff line number Diff line change 32
32
"url" : " https://www.github.com/rtfpessoa/diff2html/issues"
33
33
},
34
34
"engines" : {
35
- "node" : " >=0.12 "
35
+ "node" : " >=4 "
36
36
},
37
37
"preferGlobal" : true ,
38
38
"scripts" : {
55
55
"fs" : false
56
56
},
57
57
"dependencies" : {
58
- "diff" : " ^3.3.1 " ,
58
+ "diff" : " ^3.5.0 " ,
59
59
"hogan.js" : " ^3.0.2" ,
60
- "lodash" : " ^4.17.4 " ,
61
- "whatwg-fetch" : " ^2.0.3 "
60
+ "lodash" : " ^4.17.10 " ,
61
+ "whatwg-fetch" : " ^2.0.4 "
62
62
},
63
63
"devDependencies" : {
64
- "autoprefixer" : " ^7.1.4 " ,
65
- "browserify" : " ^14.4.0 " ,
66
- "clean-css-cli" : " ^4.1.10 " ,
67
- "codacy-coverage" : " ^2 .0.3 " ,
68
- "eslint" : " ^4.8.0 " ,
69
- "eslint-plugin-promise" : " ^3.5 .0" ,
70
- "eslint-plugin-standard" : " ^3.0.1 " ,
64
+ "autoprefixer" : " ^8.6.2 " ,
65
+ "browserify" : " ^16.2.2 " ,
66
+ "clean-css-cli" : " ^4.1.11 " ,
67
+ "codacy-coverage" : " ^3 .0.0 " ,
68
+ "eslint" : " ^4.19.1 " ,
69
+ "eslint-plugin-promise" : " ^3.8 .0" ,
70
+ "eslint-plugin-standard" : " ^3.1.0 " ,
71
71
"fast-html-parser" : " ^1.0.1" ,
72
72
"istanbul" : " ^0.4.5" ,
73
73
"mkdirp" : " ^0.5.1" ,
74
- "mocha" : " ^3.5.3 " ,
74
+ "mocha" : " ^5.2.0 " ,
75
75
"nopt" : " ^4.0.1" ,
76
- "postcss-cli" : " ^4.1.1 " ,
77
- "uglify-js" : " ^3.1.2 "
76
+ "postcss-cli" : " ^5.0.0 " ,
77
+ "uglify-js" : " ^3.4.0 "
78
78
},
79
79
"license" : " MIT" ,
80
80
"files" : [
You can’t perform that action at this time.
0 commit comments