Comparing version 2.2.24 to 2.2.25
@@ -32,3 +32,3 @@ 'use strict'; | ||
result = sass.renderSync( _.extend({ | ||
file: f.path, | ||
file: f.full_path, | ||
data: f.src, | ||
@@ -35,0 +35,0 @@ functions: options.functions, |
{ | ||
"name": "nitro", | ||
"version": "2.2.24", | ||
"version": "2.2.25", | ||
"description": "node file and shell utils", | ||
@@ -47,7 +47,3 @@ "main": "lib/nitro.js", | ||
"mocha": "5.2.0" | ||
}, | ||
"autoRequire": { | ||
"node-sass": "4.10.0", | ||
"uglify-js": "3.x" | ||
} | ||
} |
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
98702