document-write-html
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -11,4 +11,2 @@ //var log = require('./logger.js'); | ||
require('colors'); | ||
function toDocumentWrite(str, tag) { | ||
@@ -15,0 +13,0 @@ var output = ['document.write(\'']; |
{ | ||
"name": "document-write-html", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Convert a index.html page into document.writes. Why? Because most ad delivery systems do this - so nice to emulate *bad behaviour* for testing.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
19579
328