Comparing version 1.3.0 to 1.3.1
@@ -49,3 +49,3 @@ var fs = require('fs') | ||
// so alter the sources' paths to please gulp-sourcemaps. | ||
obj.map = obj.map.version ? obj.map : JSON.parse(sourceMap); | ||
obj.map = obj.map.version ? obj.map : JSON.parse(obj.map); | ||
obj.map.sources = obj.map.sources.map(function(source) { | ||
@@ -52,0 +52,0 @@ var abs = path.resolve(path.dirname(file.path), source); |
{ | ||
"name": "gulp-sass", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Gulp plugin for sass", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
8133
7
79
1