Comparing version 1.0.4 to 1.0.5
@@ -78,5 +78,5 @@ // External modules | ||
if (sync.isFile(file)) { | ||
var content = sync.read(file, options); | ||
if (options.force || !sync.exists(dest)) { | ||
var content = sync.read(file, options); | ||
if (options.force || !sync.exists(dest)) { | ||
return sync.write(dest, content, options); | ||
@@ -235,2 +235,2 @@ } | ||
return true; | ||
}; | ||
}; |
{ | ||
"name": "fs-sync", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "synchronous fs with more fun", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
212
12455
7