Comparing version 8.0.1 to 8.0.2
{ | ||
"name": "jsonref", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "Javascript References ($ref) and Pointers library", | ||
@@ -27,3 +27,3 @@ "type": "module", | ||
"commit": "git-cz", | ||
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100", | ||
"check-coverage": "c8 check-coverage --statements 100 --branches 100 --functions 100 --lines 100", | ||
"watch:test": "npm t -- -w", | ||
@@ -89,3 +89,3 @@ "test": "find ./test/ts -type f -name '*.js' -delete && npm run build && tsc -p test && mocha --exit --no-timeouts --recursive --reporter mochawesome --reporter-options reportDir=test-results test/**/*.test.js", | ||
}, | ||
"nyc": { | ||
"c8": { | ||
"include": [ | ||
@@ -92,0 +92,0 @@ "dist/**/*.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
34059