File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 22 override :
33 - nvm install 0.12 && npm test
44 - nvm install 4 && npm test
5+ - nvm install 5 && npm test
56 post :
67 - npm install
78 - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec
Original file line number Diff line number Diff line change 11{
22 "name" : " diff2html-cli" ,
3- "version" : " 1.4.1 " ,
3+ "version" : " 1.4.2 " ,
44 "homepage" : " https://www.github.com/rtfpessoa/diff2html-cli" ,
55 "description" : " Fast Diff to colorized HTML" ,
66 "keywords" : [
4646 "main" : " ./src/main.js" ,
4747 "dependencies" : {
4848 "copy-paste" : " ^1.1.4" ,
49- "diff2html" : " ~1.2 .0" ,
49+ "diff2html" : " ~1.3 .0" ,
5050 "extend" : " ^3.0.0" ,
5151 "open" : " ^0.0.5" ,
52- "request" : " ^2.67 .0" ,
53- "yargs" : " ^3.31 .0"
52+ "request" : " ^2.69 .0" ,
53+ "yargs" : " ^3.32 .0"
5454 },
5555 "devDependencies" : {
5656 "codacy-coverage" : " ^1.1.3" ,
57- "istanbul" : " ^0.4.1 " ,
58- "jscs" : " ^2.7 .0" ,
59- "mocha" : " ^2.3.4 "
57+ "istanbul" : " ^0.4.2 " ,
58+ "jscs" : " ^2.9 .0" ,
59+ "mocha" : " ^2.4.5 "
6060 },
6161 "license" : " MIT" ,
6262 "files" : [
You can’t perform that action at this time.
0 commit comments