Comparing version 8.0.0 to 8.0.1
{ | ||
"name": "jsonref", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "Javascript References ($ref) and Pointers library", | ||
@@ -23,3 +23,3 @@ "type": "module", | ||
"clean:all": "npm run clean && rimraf node_modules", | ||
"cover": "nyc --reporter=lcov --reporter=text npm t", | ||
"cover": "c8 --require esm --reporter=lcov --reporter=text npm t", | ||
"report-coverage": "cat ./coverage/lcov.info | coveralls", | ||
@@ -60,2 +60,3 @@ "prebuild": "rimraf dist", | ||
"@types/node": "^16.11.26", | ||
"c8": "^7.11.3", | ||
"chai": "^4.3.6", | ||
@@ -71,3 +72,2 @@ "chai-as-promised": "^7.1.1", | ||
"mochawesome": "^7.1.3", | ||
"nyc": "^15.1.0", | ||
"rimraf": "^3.0.2", | ||
@@ -74,0 +74,0 @@ "semantic-release": "^19.0.2", |
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
34061