Comparing version 0.1.3 to 0.1.4
@@ -21,3 +21,5 @@ (function() { | ||
selector = "[" + options.cdnAttr + "]"; | ||
$ = cheerio.load(rawHtml); | ||
$ = cheerio.load(rawHtml, { | ||
decodeEntities: false | ||
}); | ||
err = null; | ||
@@ -24,0 +26,0 @@ $(selector).each(function() { |
{ | ||
"name": "cdnify", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "CLI tool and library to use CDN in production", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
7815
95