Comparing version 0.1.4 to 0.1.5
@@ -43,3 +43,3 @@ /*jslint node: true */ | ||
cover_check: { | ||
command: './node_modules/.bin/nyc check-coverage --statement 100 --branch 100 --function 100 --line 100' | ||
command: './node_modules/.bin/nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100' | ||
}, | ||
@@ -46,0 +46,0 @@ |
{ | ||
"name": "cp-remote", | ||
"description": "Remote child_process runner with message support", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"homepage": "https://github.com/davedoesdev/cp-remote", | ||
@@ -6,0 +6,0 @@ "author": { |
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
81230