File tree 3 files changed +13
-18
lines changed
3 files changed +13
-18
lines changed Original file line number Diff line number Diff line change 35
35
- run : yarn run coverage-lcov
36
36
- run : yarn run codacy
37
37
38
- build-node_6 :
39
- << : *common-build
40
- docker :
41
- - image : node:6
42
-
43
- build-node_7 :
44
- << : *common-build
45
- docker :
46
- - image : node:7
47
-
48
38
build-node_8 :
49
39
<< : *common-build
50
40
docker :
@@ -69,8 +59,6 @@ workflows:
69
59
version : 2
70
60
build :
71
61
jobs :
72
- - build-node_6
73
- - build-node_7
74
62
- build-node_8
75
63
- build-node_9
76
64
- build-node_10
Original file line number Diff line number Diff line change 32
32
"url" : " https://www.github.com/rtfpessoa/diff2html-cli/issues"
33
33
},
34
34
"engines" : {
35
- "node" : " >=6 "
35
+ "node" : " >=8 "
36
36
},
37
37
"preferGlobal" : true ,
38
38
"scripts" : {
56
56
"copy-paste" : " ^1.3.0" ,
57
57
"diff2html" : " ^2.7.0" ,
58
58
"extend" : " ^3.0.2" ,
59
- "open" : " ^0 .0.5 " ,
59
+ "open" : " ^6 .0.0 " ,
60
60
"request" : " ^2.88.0" ,
61
61
"yargs" : " ^12.0.5"
62
62
},
Original file line number Diff line number Diff line change @@ -990,6 +990,11 @@ is-typedarray@~1.0.0:
990
990
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
991
991
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
992
992
993
+ is-wsl@^1.1.0 :
994
+ version "1.1.0"
995
+ resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
996
+ integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
997
+
993
998
994
999
version "0.0.1"
995
1000
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
@@ -1442,10 +1447,12 @@ onetime@^2.0.0:
1442
1447
dependencies :
1443
1448
mimic-fn "^1.0.0"
1444
1449
1445
- open@^0.0.5 :
1446
- version "0.0.5"
1447
- resolved "https://registry.yarnpkg.com/open/-/open-0.0.5.tgz#42c3e18ec95466b6bf0dc42f3a2945c3f0cad8fc"
1448
- integrity sha1-QsPhjslUZra/DcQvOilFw/DK2Pw=
1450
+ open@^6.0.0 :
1451
+ version "6.0.0"
1452
+ resolved "https://registry.yarnpkg.com/open/-/open-6.0.0.tgz#cae5e2c1a3a1bfaee0d0acc8c4b7609374750346"
1453
+ integrity sha512-/yb5mVZBz7mHLySMiSj2DcLtMBbFPJk5JBKEkHVZFxZAPzeg3L026O0T+lbdz1B2nyDnkClRSwRQJdeVUIF7zw==
1454
+ dependencies :
1455
+ is-wsl "^1.1.0"
1449
1456
1450
1457
optimist@^0.6.1 :
1451
1458
version "0.6.1"
You can’t perform that action at this time.
0 commit comments