timeout-cli
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { |
{ | ||
"name": "timeout-cli", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "GNU timeout but cross-platform", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
import * as yargs from 'yargs'; | ||
@@ -109,2 +111,2 @@ import * as debug from 'debug'; | ||
process.exit(-1); | ||
}); | ||
}); |
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
23207
365