Comparing version 1.0.5 to 1.0.6
@@ -26,2 +26,9 @@ var falafel = require('falafel'); | ||
; | ||
if (file.match(/\.json$/)) { | ||
this.queue('module.exports=' + body); | ||
this.queue(null); | ||
return; | ||
} | ||
try { var src = falafel(body, walk) + '' } | ||
@@ -28,0 +35,0 @@ catch (err) { return onerror(err, file,body) } |
{ | ||
"name": "coverify", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "code coverage browserify transform", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
var test = require('tape'); | ||
var pkg = require('./package.json'); | ||
@@ -3,0 +4,0 @@ test('not covered', function (t) { |
var test = require('tape'); | ||
var pkg = require('./package.json'); | ||
@@ -3,0 +4,0 @@ test('ok ok', function (t) { |
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
22382
456