File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - " 4"
4
3
- " 6"
5
4
- " 8"
5
+ - " 10"
6
6
after_script : npm run coverage
Original file line number Diff line number Diff line change 45
45
"author" : " Ben Coe <ben@npmjs.com>" ,
46
46
"license" : " ISC" ,
47
47
"dependencies" : {
48
- "string-width" : " ^2 .1.1 " ,
49
- "strip-ansi" : " ^4.0 .0" ,
50
- "wrap-ansi" : " ^2.0 .0"
48
+ "string-width" : " ^3 .1.0 " ,
49
+ "strip-ansi" : " ^5.2 .0" ,
50
+ "wrap-ansi" : " ^5.1 .0"
51
51
},
52
52
"devDependencies" : {
53
- "chai" : " ^3.5 .0" ,
54
- "chalk" : " ^1.1 .2" ,
55
- "coveralls" : " ^2.11.8 " ,
56
- "mocha" : " ^3 .0.0 " ,
57
- "nyc" : " ^10.0 .0" ,
58
- "standard" : " ^8 .0.0 " ,
59
- "standard-version" : " ^3 .0.0 "
53
+ "chai" : " ^4.2 .0" ,
54
+ "chalk" : " ^2.4 .2" ,
55
+ "coveralls" : " ^3.0.3 " ,
56
+ "mocha" : " ^6 .0.2 " ,
57
+ "nyc" : " ^13.3 .0" ,
58
+ "standard" : " ^12 .0.1 " ,
59
+ "standard-version" : " ^5 .0.2 "
60
60
},
61
61
"files" : [
62
62
" index.js"
63
63
],
64
64
"engine" : {
65
- "node" : " >=4 "
65
+ "node" : " >=6 "
66
66
}
67
67
}
You can’t perform that action at this time.
0 commit comments