Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "tsc-watch", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "The TypeScirpt compiler with onSuccess command", | ||
@@ -5,0 +5,0 @@ "main": "tsc-watch.js", |
@@ -127,3 +127,3 @@ #!/usr/bin/env node | ||
firstSuccessProcess = runCommand(onFirstSuccessCommand); | ||
} else { | ||
} else if (onSuccessCommand) { | ||
successProcess = runCommand(onSuccessCommand); | ||
@@ -130,0 +130,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
12468