clean-scripts
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -135,2 +135,3 @@ "use strict"; | ||
printInConsole("script success."); | ||
process.exit(); | ||
}, error => { | ||
@@ -137,0 +138,0 @@ printInConsole(error); |
{ | ||
"name": "clean-scripts", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "A CLI tool to make scripts in package.json clean.", | ||
@@ -27,5 +27,5 @@ "main": "dist/core.js", | ||
"devDependencies": { | ||
"@types/jasmine": "2.6.0", | ||
"@types/jasmine": "2.6.2", | ||
"@types/minimist": "1.2.0", | ||
"@types/node": "8.0.46", | ||
"@types/node": "8.0.47", | ||
"@types/pretty-ms": "3.0.0", | ||
@@ -37,3 +37,3 @@ "clean-release": "1.3.5", | ||
"standard": "10.0.3", | ||
"tslint": "5.7.0", | ||
"tslint": "5.8.0", | ||
"typescript": "2.5.3" | ||
@@ -40,0 +40,0 @@ }, |
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
13036
204