machinepack-fs
Advanced tools
Comparing version 3.0.0 to 4.0.0
@@ -22,3 +22,2 @@ module.exports = { | ||
defaultExit: 'exists', | ||
@@ -32,3 +31,3 @@ exits: { | ||
}, | ||
exists: { | ||
success: { | ||
description: 'A file or directory exists at the specified path' | ||
@@ -45,3 +44,3 @@ } | ||
if (!exists) {return exits.doesNotExist();} | ||
return exits.exists(); | ||
return exits.success(); | ||
}); | ||
@@ -48,0 +47,0 @@ } |
@@ -27,5 +27,2 @@ module.exports = { | ||
defaultExit: 'success', | ||
exits: { | ||
@@ -32,0 +29,0 @@ |
{ | ||
"name": "machinepack-fs", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "Work with the local filesystem; list files, write files, etc.", | ||
@@ -23,3 +23,3 @@ "scripts": { | ||
"lodash": "^2.4.1", | ||
"machine": "^4.1.1", | ||
"machine": "^7.0.0", | ||
"machinepack-json": "^1.0.0", | ||
@@ -26,0 +26,0 @@ "machinepack-strings": "^3.1.0", |
27295
693
+ Addedmachine@7.1.0(transitive)
+ Addedrttc@3.4.0(transitive)
Updatedmachine@^7.0.0