Comparing version 3.1.0 to 3.1.1
@@ -868,3 +868,3 @@ #!/usr/bin/env node | ||
console.log(appkit.terminal.markdown(`###===### updating akkeris`)); | ||
proc.spawnSync('npm',['update', '-g', 'akkeris'], {cwd:__dirname, env:process.env, stdio:'inherit', shell: isWindows || undefined}); | ||
proc.spawnSync('npm',['install', '-g', 'akkeris@latest'], {cwd:__dirname, env:process.env, stdio:'inherit', shell: isWindows || undefined}); | ||
@@ -871,0 +871,0 @@ // Clear 'update available' file |
{ | ||
"name": "akkeris", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Akkeris CLI", | ||
@@ -5,0 +5,0 @@ "main": "aka.js", |
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
259475