cli-eb-test
Advanced tools
Comparing version 2.9.0 to 2.10.0
@@ -45,3 +45,3 @@ const exec = require('child_process').exec | ||
}).then(res => { | ||
fs.accessSync(this.targetTmp, fs.constants.W_OK) | ||
fs.accessSync(this.binDirectory, fs.constants.W_OK) | ||
@@ -48,0 +48,0 @@ const size = parseInt(res.headers.get('content-length'), 10) |
{ | ||
"name": "cli-eb-test", | ||
"version": "2.9.0", | ||
"version": "2.10.0", | ||
"description": "A command-line tool for installation and customisation of the DADI platform", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
50190864