imageinliner
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "imageinliner", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "./index.js", | ||
@@ -5,0 +5,0 @@ "description": "Tool for inlining images into css files", |
@@ -16,3 +16,6 @@ var mime = require("mime"); | ||
fileData = fileData.replace(/\'/gm, '\"'); | ||
// escape # (firefox stupidness) | ||
fileData = fileData.replace(/#/gm, '%23'); | ||
return fileData; | ||
@@ -19,0 +22,0 @@ }; |
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
526
46709