Comparing version 1.10.1 to 1.10.2
# Changelog | ||
## 1.10.2 | ||
* Fixed an issue with the folder wiping safeguard always aborting if folder is not empty without even prompting | ||
## 1.10.1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "sassdoc", | ||
"description": "Like JSDoc for your Sass files.", | ||
"description": "Release the docs!", | ||
"author": "Hugo Giraudel <hugo.giraudel@gmail.com> (http://hugogiraudel.com)", | ||
@@ -20,3 +20,3 @@ "contributors": [ | ||
], | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"license": { | ||
@@ -23,0 +23,0 @@ "type": "MIT", |
@@ -31,6 +31,6 @@ 'use strict'; | ||
return safeWipe(destination, { | ||
interactive: config.interactive || false, | ||
interactive: config.view.interactive || false, | ||
parent: source, | ||
silent: true, | ||
force: config.force | ||
force: config.view.force | ||
}) | ||
@@ -37,0 +37,0 @@ .then(function () { |
Sorry, the diff of this file is not supported yet
714167