simpler-mocks
Advanced tools
Comparing version 1.6.3 to 1.6.4
{ | ||
"name": "simpler-mocks", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "REST API mock server made simple. Runs on Node with YAML and JSON mock definitions.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -46,1 +46,5 @@ #!/usr/bin/env node | ||
app(mocksDirectory, args) | ||
// exit gracefully | ||
process.on('SIGINT', process.exit) | ||
process.on('SIGTERM', process.exit) |
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
29431
648