machinepack-machines
Advanced tools
Comparing version 1.0.1 to 1.0.2
module.exports = { | ||
friendlyName: 'Initialize machinepack', | ||
description: 'Initilize or rename the machinepack in the specified directory.', | ||
extendedDescription: 'Modifies the modules package.json file.', | ||
extendedDescription: 'Modifies the module\'s package.json file.', | ||
inputs: { | ||
@@ -6,0 +6,0 @@ dir: { |
{ | ||
"name": "machinepack-machines", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Work with machines and machinepacks.", | ||
@@ -20,3 +20,3 @@ "scripts": { | ||
"inquirer": "^0.8.0", | ||
"machinepack-javascript": "^0.1.6", | ||
"machinepack-javascript": "^0.1.8", | ||
"machinepack-fs": "^1.6.0", | ||
@@ -26,3 +26,3 @@ "async": "^0.9.0" | ||
"machinepack": { | ||
"friendlyName": "Machinepacks", | ||
"friendlyName": "Machines (meta)", | ||
"machineDir": "machines/", | ||
@@ -44,5 +44,6 @@ "machines": [ | ||
"add-machine", | ||
"run-machine-interactive" | ||
"run-machine-interactive", | ||
"parse-machinepack-metadata" | ||
] | ||
} | ||
} |
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
55570
22
1509