gulp-autoprefixer
Advanced tools
Comparing version 1.0.1 to 2.0.0
@@ -38,7 +38,9 @@ 'use strict'; | ||
cb(null, file); | ||
this.push(file); | ||
} catch (err) { | ||
cb(new gutil.PluginError('gulp-autoprefixer', err, {fileName: file.path})); | ||
this.emit('error', new gutil.PluginError('gulp-autoprefixer', err, {fileName: file.path})); | ||
} | ||
cb(); | ||
}); | ||
}; |
{ | ||
"name": "gulp-autoprefixer", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "Prefix CSS", | ||
@@ -32,3 +32,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"autoprefixer-core": "^3.0.1", | ||
"autoprefixer-core": "^4.0.0", | ||
"gulp-util": "^3.0.0", | ||
@@ -35,0 +35,0 @@ "object-assign": "^1.0.0", |
@@ -52,3 +52,10 @@ # gulp-autoprefixer [![Build Status](https://travis-ci.org/sindresorhus/gulp-autoprefixer.svg?branch=master)](https://travis-ci.org/sindresorhus/gulp-autoprefixer) | ||
##### remove | ||
Type: `boolean` | ||
Default: `true` | ||
Remove unneeded prefixes. | ||
## Source Maps | ||
@@ -55,0 +62,0 @@ |
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
3596
36
84
+ Addedautoprefixer-core@4.0.2(transitive)
+ Addedpostcss@3.0.7(transitive)
- Removedautoprefixer-core@3.1.2(transitive)
- Removedpostcss@2.2.6(transitive)
Updatedautoprefixer-core@^4.0.0