machinepack
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -41,4 +41,4 @@ #!/usr/bin/env node | ||
Filesystem.mv({ | ||
source: Path.resolve(pathToMachines, originalIdentity), | ||
destination: Path.resolve(pathToMachines, newIdentity) | ||
source: Path.resolve(pathToMachines, originalIdentity+'.js'), | ||
destination: Path.resolve(pathToMachines, newIdentity+'.js') | ||
}).exec({ | ||
@@ -45,0 +45,0 @@ |
@@ -57,3 +57,3 @@ #!/usr/bin/env node | ||
Filesystem.rmrf({ | ||
dir: Path.resolve(pathToMachines, identity) | ||
dir: Path.resolve(pathToMachines, identity+'.js') | ||
}).exec({ | ||
@@ -60,0 +60,0 @@ |
{ | ||
"name": "machinepack", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "CLI tool for working with machinepacks and their machines.", | ||
@@ -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
9286