grunt-usemin2
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "grunt-usemin2", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "An alternative to grunt-usemin.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -173,3 +173,3 @@ var deferred = require('deferred'); | ||
css: function(src) { | ||
return '<link href="' + src + '" alt="stylesheet" type="text/css"></link>'; | ||
return '<link href="' + src + '" rel="stylesheet" type="text/css" />'; | ||
}, | ||
@@ -176,0 +176,0 @@ js: function(src) { |
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
12453