Comparing version 1.2.0-alpha6 to 1.2.0-alpha7
@@ -13,2 +13,6 @@ module.exports = monitor; | ||
if (!options) { | ||
options = {}; | ||
} | ||
return fs.exists(path).then(function (exists) { | ||
@@ -15,0 +19,0 @@ if (!exists) { |
@@ -5,3 +5,3 @@ { | ||
"main": "lib/index.js", | ||
"version": "1.2.0-alpha6", | ||
"version": "1.2.0-alpha7", | ||
"directories": { | ||
@@ -8,0 +8,0 @@ "test": "test" |
103808
46
2679