clean-release
Advanced tools
Comparing version 2.5.0 to 2.5.1-alpha.0
@@ -57,2 +57,3 @@ "use strict"; | ||
} | ||
// tslint:disable-next-line:cognitive-complexity | ||
async function executeCommandLine() { | ||
@@ -169,1 +170,7 @@ const argv = minimist_1.default(process.argv.slice(2), { '--': true }); | ||
}); | ||
process.on('SIGINT', () => { | ||
process.exit(); | ||
}); | ||
process.on('SIGTERM', () => { | ||
process.exit(); | ||
}); |
{ | ||
"name": "clean-release", | ||
"version": "2.5.0", | ||
"version": "2.5.1-alpha.0", | ||
"description": "A CLI tool to copy files to be released into a tmp clean directory for npm publishing, electronjs packaging, docker image creation, or deployment", | ||
@@ -23,10 +23,10 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "6.1.3", | ||
"@commitlint/cli": "6.2.0", | ||
"@commitlint/config-conventional": "6.1.3", | ||
"@types/cpy": "5.1.0", | ||
"@types/glob": "5.0.35", | ||
"@types/jasmine": "2.8.6", | ||
"@types/jasmine": "2.8.7", | ||
"@types/minimist": "1.2.0", | ||
"@types/mkdirp": "0.5.2", | ||
"@types/node": "9.6.6", | ||
"@types/node": "10.0.4", | ||
"@types/rimraf": "2.0.2", | ||
@@ -39,4 +39,5 @@ "@types/tmp": "0.0.33", | ||
"standard": "11.0.1", | ||
"tslint": "5.9.1", | ||
"tslint": "5.10.0", | ||
"tslint-config-standard": "7.0.0", | ||
"tslint-sonarts": "1.6.0", | ||
"typescript": "2.8.3" | ||
@@ -43,0 +44,0 @@ }, |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
13967
174
19
1