Comparing version 0.2.1 to 0.2.2
@@ -186,2 +186,3 @@ "use strict"; | ||
function write(filename, content){ | ||
if (typeof content === "undefined") content = ""; | ||
mkdir(path.dirname(filename)); | ||
@@ -188,0 +189,0 @@ fs.writeFileSync(filename, content); |
{ | ||
"name": "more-fs", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "a few more Filesystem functions", | ||
@@ -5,0 +5,0 @@ "main": "lib/more-fs.js", |
11107
301