detective-sass
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -17,3 +17,3 @@ 'use strict'; | ||
*/ | ||
module.exports = function detective(content, options) { | ||
module.exports = function detective(content, options = {}) { | ||
if (content === undefined) throw new Error('content not given'); | ||
@@ -20,0 +20,0 @@ if (typeof content !== 'string') throw new Error('content is not a string'); |
{ | ||
"name": "detective-sass", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Find the dependencies of a sass file", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6583