File tree Expand file tree Collapse file tree 3 files changed +212
-424
lines changed
Expand file tree Collapse file tree 3 files changed +212
-424
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,20 @@ jobs:
5454 - image : node:7
5555
5656 build-node_8 :
57- << : *latest -build
57+ << : *common -build
5858 docker :
5959 - image : node:8
6060
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+
6171workflows :
6272 version : 2
6373 build :
@@ -67,3 +77,5 @@ workflows:
6777 - build-node_6
6878 - build-node_7
6979 - build-node_8
80+ - build-node_9
81+ - build-node_10
Original file line number Diff line number Diff line change 3232 "url" : " https://www.github.com/rtfpessoa/diff2html-cli/issues"
3333 },
3434 "engines" : {
35- "node" : " >=4.0.0 "
35+ "node" : " >=4"
3636 },
3737 "preferGlobal" : true ,
3838 "scripts" : {
5151 "main" : " ./src/main.js" ,
5252 "dependencies" : {
5353 "copy-paste" : " ^1.3.0" ,
54- "diff2html" : " ^2.3.2 " ,
54+ "diff2html" : " ^2.4.0 " ,
5555 "extend" : " ^3.0.1" ,
5656 "open" : " ^0.0.5" ,
57- "request" : " ^2.83 .0" ,
58- "yargs" : " ^9 .0.1 "
57+ "request" : " ^2.87 .0" ,
58+ "yargs" : " ^11 .0.0 "
5959 },
6060 "devDependencies" : {
61- "codacy-coverage" : " ^2 .0.3 " ,
62- "eslint" : " ^4.8.0 " ,
63- "eslint-plugin-promise" : " ^3.5 .0" ,
64- "eslint-plugin-standard" : " ^3.0.1 " ,
61+ "codacy-coverage" : " ^3 .0.0 " ,
62+ "eslint" : " ^4.19.1 " ,
63+ "eslint-plugin-promise" : " ^3.8 .0" ,
64+ "eslint-plugin-standard" : " ^3.1.0 " ,
6565 "istanbul" : " ^0.4.5" ,
66- "mocha" : " ^4.0 .0"
66+ "mocha" : " ^5.2 .0"
6767 },
6868 "license" : " MIT" ,
6969 "files" : [
You can’t perform that action at this time.
0 commit comments