Comparing version 1.10.11 to 1.10.12
# Changelog | ||
# 1.10.12 | ||
* Backport of `a994ed5` fix multiple require autofill ([#314](https://github.com/SassDoc/sassdoc/issues/314)) | ||
# 1.10.11 | ||
@@ -4,0 +8,0 @@ |
@@ -20,3 +20,3 @@ { | ||
], | ||
"version": "1.10.11", | ||
"version": "1.10.12", | ||
"license": { | ||
@@ -23,0 +23,0 @@ "type": "MIT", |
@@ -25,3 +25,3 @@ 'use strict'; | ||
} | ||
return uniq(matches); | ||
return matches; | ||
}; | ||
@@ -142,4 +142,4 @@ | ||
if (all.length > 0){ | ||
return all; | ||
if (all.length > 0) { | ||
return uniq(all, 'name'); | ||
} | ||
@@ -146,0 +146,0 @@ } |
59160