Comparing version 4.0.3 to 4.0.4
{ | ||
"name": "sheetify", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Modular CSS bundler", | ||
@@ -5,0 +5,0 @@ "repository": "sheetify/sheetify", |
@@ -31,3 +31,3 @@ const browserify = require('browserify') | ||
function log (msg) { | ||
t.equal(msg, 0, 'empty message') | ||
t.equal(msg, '_b9e94bdb', 'echoes prefix') | ||
const expected = fs.readFileSync(expectpath, 'utf8') | ||
@@ -34,0 +34,0 @@ const outfile = fs.readFileSync(outpath, 'utf8') |
@@ -82,3 +82,3 @@ const mapLimit = require('map-limit') | ||
eos(ws, done) | ||
node.update('0') | ||
node.update('"' + prefix + '"') | ||
ws.end(css) | ||
@@ -90,3 +90,3 @@ }) | ||
eos(ws, done) | ||
node.update('0') | ||
node.update('"' + prefix + '"') | ||
ws.write(css) | ||
@@ -93,0 +93,0 @@ done() |
26335