grunt-autoprefixer
Advanced tools
Comparing version 0.7.3 to 0.7.4
{ | ||
"name": "grunt-autoprefixer", | ||
"description": "Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer.", | ||
"version": "0.7.3", | ||
"bin": { | ||
"autoprefixer": "./node_modules/autoprefixer/bin/autoprefixer" | ||
}, | ||
"homepage": "https://github.com/nDmitry/grunt-autoprefixer", | ||
"version": "0.7.4", | ||
"author": { | ||
@@ -13,18 +9,7 @@ "name": "Dmitry Nikitenko", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/nDmitry/grunt-autoprefixer.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/nDmitry/grunt-autoprefixer/issues" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/nDmitry/grunt-autoprefixer/blob/master/LICENSE-MIT" | ||
} | ||
], | ||
"repository": "nDmitry/grunt-autoprefixer", | ||
"license": "MIT", | ||
"main": "Gruntfile.js", | ||
"engines": { | ||
"node": ">= 0.8.0" | ||
"node": ">= 0.10.0" | ||
}, | ||
@@ -43,3 +28,3 @@ "scripts": { | ||
"grunt-contrib-clean": "~0.5.0", | ||
"grunt-contrib-nodeunit": "~0.3.3", | ||
"grunt-contrib-nodeunit": "~0.4.0", | ||
"grunt-contrib-copy": "~0.5.0", | ||
@@ -46,0 +31,0 @@ "load-grunt-tasks": "~0.4.0", |
@@ -154,3 +154,19 @@ # grunt-autoprefixer | ||
### Updating Autoprefixer's database | ||
To get the last prefixes database bundled with autoprefixer package and fixes, reinsnstall grunt-autoprefixer: | ||
``` | ||
$ npm remove grunt-autoprefixer && npm install grunt-autoprefixer | ||
``` | ||
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
11181
6
172
2
2
1