Comparing version 2.1.14 to 2.1.15
{ | ||
"name": "@vmm/cli", | ||
"version": "2.1.14", | ||
"version": "2.1.15", | ||
"description": "vmm cli interface", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -238,3 +238,3 @@ const fs = require('fs-extra') | ||
if (version) { | ||
console.log('-->', modMeta.name, version) | ||
console.log('-->', modMeta.name, modMeta.package, version) | ||
modMeta.version = version | ||
@@ -241,0 +241,0 @@ indexHtml = updateHtmlMeta(indexHtml, modMeta) |
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
32654