cli-eb-test
Advanced tools
Comparing version 2.5.0 to 2.6.0
@@ -42,2 +42,5 @@ const exec = require('child_process').exec | ||
Installer.prototype.install = function (newVersion) { | ||
console.log('') | ||
console.log('*** USER:', process.getuid()) | ||
console.log('') | ||
return fetch(url, { | ||
@@ -44,0 +47,0 @@ compress: false |
{ | ||
"name": "cli-eb-test", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": "A command-line tool for installation and customisation of the DADI platform", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -24,4 +24,4 @@ const path = require('path') | ||
installer.install(true) | ||
return installer.install(true) | ||
} | ||
}).catch(console.log) |
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
50190745
170