grunt-autoprefixer
Advanced tools
Comparing version 0.7.4 to 0.7.5
{ | ||
"name": "grunt-autoprefixer", | ||
"description": "Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer.", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"author": { | ||
@@ -19,3 +19,3 @@ "name": "Dmitry Nikitenko", | ||
"dependencies": { | ||
"autoprefixer": "~1.1.20140410", | ||
"autoprefixer": "~1.2.0", | ||
"diff": "~1.0.8", | ||
@@ -22,0 +22,0 @@ "chalk": "~0.4.0" |
@@ -154,19 +154,9 @@ # grunt-autoprefixer | ||
### Updating Autoprefixer's database | ||
### Updating prefixes database | ||
To get the last prefixes database bundled with autoprefixer package and fixes, reinsnstall grunt-autoprefixer: | ||
``` | ||
$ npm remove grunt-autoprefixer && npm install grunt-autoprefixer | ||
$ npm update caniuse-db | ||
``` | ||
If this option doesn't fit you for some reasons, you can run the in-package update: | ||
``` | ||
$ ./node_modules/grunt-autoprefixer/node_modules/autoprefixer/bin/autoprefixer --update | ||
``` | ||
Read more about in-package updates [here](https://github.com/ai/autoprefixer#in-package-update). | ||
## Contributing | ||
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/). |
Sorry, the diff of this file is not supported yet
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
10832
162
+ Addedautoprefixer@1.2.0(transitive)
+ Addedcaniuse-db@1.0.30001680(transitive)
- Removedautoprefixer@1.1.20140605(transitive)
Updatedautoprefixer@~1.2.0