Comparing version 1.2.0 to 1.3.0
@@ -33,4 +33,5 @@ var falafel = require('falafel'); | ||
} | ||
try { var src = falafel(body, { locations: true }, walk) + '' } | ||
var fopts = { locations: true, ecmaVersion: 6 }; | ||
try { var src = falafel(body, fopts, walk) + '' } | ||
catch (err) { return onerror(err, file,body) } | ||
@@ -37,0 +38,0 @@ var sfile = JSON.stringify(JSON.stringify(file)); |
{ | ||
"name": "coverify", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "code coverage browserify transform", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
25352
19
497