Comparing version 8.0.2 to 8.0.3
{ | ||
"name": "jsonref", | ||
"version": "8.0.2", | ||
"version": "8.0.3", | ||
"description": "Javascript References ($ref) and Pointers library", | ||
@@ -26,3 +26,2 @@ "type": "module", | ||
"prebuild": "rimraf dist", | ||
"commit": "git-cz", | ||
"check-coverage": "c8 check-coverage --statements 100 --branches 100 --functions 100 --lines 100", | ||
@@ -64,7 +63,3 @@ "watch:test": "npm t -- -w", | ||
"chai-spies": "^1.0.0", | ||
"commitizen": "^4.2.4", | ||
"commitlint": "^17.0.2", | ||
"coveralls": "^3.1.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"husky": "^8.0.1", | ||
"mocha": "^10.0.0", | ||
@@ -79,13 +74,2 @@ "mochawesome": "^7.1.3", | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS", | ||
"pre-commit": "npm run build && npm run cover && npm run check-coverage" | ||
} | ||
}, | ||
"c8": { | ||
@@ -92,0 +76,0 @@ "include": [ |
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
16
33638