Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "cp-remote", | ||
"description": "Remote child_process runner with message support", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"homepage": "https://github.com/davedoesdev/cp-remote", | ||
@@ -37,14 +37,14 @@ "author": { | ||
"devDependencies": { | ||
"async": "^2.6.2", | ||
"async": "^3.1.0", | ||
"grunt": "^1.0.4", | ||
"grunt-contrib-jshint": "^2.1.0", | ||
"grunt-mocha-test": "^0.13.3", | ||
"grunt-apidox": "^2.0.1", | ||
"grunt-apidox": "^2.0.7", | ||
"grunt-shell": "^3.0.1", | ||
"mocha": "^6.1.4", | ||
"mocha": "^7.0.0", | ||
"chai": "^4.2.0", | ||
"nyc": "^14.1.0", | ||
"coveralls": "^3.0.3", | ||
"yargs": "^13.2.2" | ||
"nyc": "^15.0.0", | ||
"coveralls": "^3.0.9", | ||
"yargs": "^15.1.0" | ||
} | ||
} |
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
81228