grunt-autoprefixer
Advanced tools
Comparing version 0.1.20130424 to 0.1.20130516
{ | ||
"name": "grunt-autoprefixer", | ||
"description": "Parse CSS and add prefixed properties and values by Can I Use database for actual browsers. Based on Autoprefixer.", | ||
"version": "0.1.20130424", | ||
"version": "0.1.20130516", | ||
"homepage": "https://github.com/nDmitry/grunt-autoprefixer", | ||
@@ -38,3 +38,3 @@ "author": { | ||
"peerDependencies": { | ||
"grunt": "~0.4.0", | ||
"grunt": "~0.4", | ||
"autoprefixer": "0.x" | ||
@@ -41,0 +41,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
# grunt-autoprefixer | ||
# grunt-autoprefixer [![Build Status](https://travis-ci.org/nDmitry/grunt-autoprefixer.png?branch=master)](https://travis-ci.org/nDmitry/grunt-autoprefixer) | ||
@@ -3,0 +3,0 @@ > Parse CSS and add prefixed properties and values by [Can I Use](http://caniuse.com/) database for actual browsers. Based on [Autoprefixer](https://github.com/ai/autoprefixer). |
@@ -39,3 +39,3 @@ /* | ||
} | ||
).join(); | ||
).join(''); | ||
@@ -42,0 +42,0 @@ // Write the destination file. |
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
6135
5