macaca-istanbul
Advanced tools
Comparing version 1.0.9 to 1.0.13
@@ -5,5 +5,3 @@ /* | ||
*/ | ||
var path = require('path'), | ||
fs = require('fs'), | ||
pkg = JSON.parse(fs.readFileSync(path.resolve(__dirname, '..', '..', 'package.json'), 'utf8')); | ||
const pkg = require('../../package'); | ||
@@ -10,0 +8,0 @@ module.exports = { |
{ | ||
"name": "macaca-istanbul", | ||
"version": "1.0.9", | ||
"version": "1.0.13", | ||
"description": "Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale", | ||
@@ -106,2 +106,3 @@ "keywords": [ | ||
], | ||
"main": "./index.js", | ||
"repository": { | ||
@@ -108,0 +109,0 @@ "type": "git", |
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
26
307015
6677