autoprefixer
Advanced tools
Comparing version 6.5.2 to 6.5.3
@@ -0,1 +1,4 @@ | ||
## 6.5.3 | ||
* Add error for popular mistake with `browser` option instead of `browsers`. | ||
## 6.5.2 | ||
@@ -2,0 +5,0 @@ * Clean prefixes data (by Reinaldo Schiehll). |
@@ -47,2 +47,5 @@ (function() { | ||
options || (options = {}); | ||
if (options.browser) { | ||
throw new Error('Change `browser` option to `browsers` in Autoprefixer'); | ||
} | ||
if (options.browsers != null) { | ||
@@ -49,0 +52,0 @@ reqs = options.browsers; |
{ | ||
"name": "autoprefixer", | ||
"version": "6.5.2", | ||
"version": "6.5.3", | ||
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
"browserslist": "~1.4.0", | ||
"caniuse-db": "^1.0.30000576", | ||
"caniuse-db": "^1.0.30000578", | ||
"postcss": "^5.2.5" | ||
@@ -23,0 +23,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
198894
4321
Updatedcaniuse-db@^1.0.30000578