Comparing version 2.1.0-beta to 2.1.0
@@ -32,2 +32,3 @@ 'use strict'; | ||
if (!file.contents.length) { | ||
file.path = gutil.replaceExtension(file.path, '.css'); | ||
return cb(null, file); | ||
@@ -118,4 +119,3 @@ } | ||
message += gutil.colors.underline(relativePath) + '\n'; | ||
message += gutil.colors.gray(' ' + error.line + ':' + error.column) + ' '; | ||
message += error.message; | ||
message += error.formatted; | ||
@@ -152,3 +152,3 @@ error.messageFormatted = message; | ||
} | ||
catch(error) { | ||
catch (error) { | ||
return errorM(error); | ||
@@ -155,0 +155,0 @@ } |
{ | ||
"name": "gulp-sass", | ||
"version": "2.1.0-beta", | ||
"version": "2.1.0", | ||
"description": "Gulp plugin for sass", | ||
@@ -25,18 +25,19 @@ "main": "index.js", | ||
"gulp-util": "^3.0", | ||
"node-sass": "^3.4.0-beta1", | ||
"object-assign": "^2.0.0", | ||
"through2": "^0.6.3", | ||
"vinyl-sourcemaps-apply": "~0.1.1" | ||
"node-sass": "^3.4.1", | ||
"object-assign": "^4.0.1", | ||
"through2": "^2.0.0", | ||
"vinyl-sourcemaps-apply": "^0.2.0" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer-core": "^5.1.11", | ||
"eslint": "^0.17.1", | ||
"autoprefixer-core": "^5.2.1", | ||
"eslint": "^1.6.0", | ||
"globule": "^0.2.0", | ||
"gulp": "^3.8.11", | ||
"gulp-postcss": "^5.1.6", | ||
"gulp-postcss": "^5.1.10", | ||
"gulp-sourcemaps": "^1.5.2", | ||
"gulp-tap": "^0.1.3", | ||
"mocha": "^2.2.1", | ||
"should": "^5.2.0" | ||
"rimraf": "^2.4.3", | ||
"should": "^7.1.0" | ||
} | ||
} |
@@ -98,4 +98,4 @@ # gulp-sass [![Build Status](https://travis-ci.org/dlmanning/gulp-sass.svg?branch=master)](https://travis-ci.org/dlmanning/gulp-sass) [![Join the chat at https://gitter.im/dlmanning/gulp-sass](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dlmanning/gulp-sass?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![npm version](https://badge.fury.io/js/gulp-sass.svg)](http://badge.fury.io/js/gulp-sass) | ||
If you're having problems with the options you're passing in, it's likely a `node-sass` or `libsass` issued and you should file your issue with one of those projects. | ||
If you're having problems with the options you're passing in, it's likely a `node-sass` or `libsass` issue and you should file your issue with one of those projects. | ||
We may, in the course of resolving issues, direct you to one of these other projects. If we do so, please follow up by searching that project's issue queue (both open and closed) for your problem and, if it doesn't exist, filing an issue with them. |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
21876
11
161
1
0
10
+ Addedsource-map@0.5.7(transitive)
+ Addedvinyl-sourcemaps-apply@0.2.1(transitive)
- Removedobject-assign@2.1.1(transitive)
- Removedreadable-stream@1.0.34(transitive)
- Removedsource-map@0.1.43(transitive)
- Removedthrough2@0.6.5(transitive)
- Removedvinyl-sourcemaps-apply@0.1.4(transitive)
Updatednode-sass@^3.4.1
Updatedobject-assign@^4.0.1
Updatedthrough2@^2.0.0