diff2html-cli
Advanced tools
Comparing version 1.4.6-beta4 to 1.4.6-beta5
{ | ||
"name": "diff2html-cli", | ||
"version": "1.4.6-beta4", | ||
"version": "1.4.6-beta5", | ||
"homepage": "https://www.github.com/rtfpessoa/diff2html-cli", | ||
@@ -37,7 +37,7 @@ "description": "Fast Diff to colorized HTML", | ||
}, | ||
"preferGlobal": "true", | ||
"preferGlobal": true, | ||
"scripts": { | ||
"test": "mocha", | ||
"style": "jscs src test", | ||
"codacy": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage" | ||
"test": "jscs src/*.js src/ui/js/*.js && istanbul cover _mocha -- -u exports -R spec ./test/**/* && istanbul check-coverage --statements 90 --functions 90 --branches 85 --lines 90 ./coverage/coverage.json", | ||
"style": "jscs src/*.js src/ui/js/*.js", | ||
"codacy": "istanbul cover _mocha -- -u exports -R spec ./test/**/* && cat ./coverage/lcov.info | codacy-coverage" | ||
}, | ||
@@ -49,13 +49,13 @@ "bin": { | ||
"dependencies": { | ||
"copy-paste": "^1.1.4", | ||
"diff2html": "^2.0.0-beta10", | ||
"copy-paste": "^1.2.0", | ||
"diff2html": "^2.0.0-beta18", | ||
"extend": "^3.0.0", | ||
"open": "0.0.5", | ||
"request": "^2.69.0", | ||
"yargs": "^4.3.2" | ||
"request": "^2.72.0", | ||
"yargs": "^4.7.0" | ||
}, | ||
"devDependencies": { | ||
"codacy-coverage": "^1.1.3", | ||
"istanbul": "^0.4.2", | ||
"jscs": "^2.11.0", | ||
"istanbul": "^0.4.3", | ||
"jscs": "^3.0.3", | ||
"mocha": "^2.4.5" | ||
@@ -62,0 +62,0 @@ }, |
@@ -132,3 +132,3 @@ #!/usr/bin/env node | ||
.alias('h', 'help') | ||
.epilog('© 2014 rtfpessoa\n' + | ||
.epilog('© 2014-2016 rtfpessoa\n' + | ||
'For support, check out https://github.com/rtfpessoa/diff2html-cli') | ||
@@ -135,0 +135,0 @@ .argv; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18814
Updatedcopy-paste@^1.2.0
Updateddiff2html@^2.0.0-beta18
Updatedrequest@^2.72.0
Updatedyargs@^4.7.0