git-authors-cli
Advanced tools
Comparing version 1.0.36 to 1.0.37
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://nicedoc.io/Kikobeats/git-authors-cli", | ||
"version": "1.0.36", | ||
"version": "1.0.37", | ||
"bin": { | ||
@@ -60,3 +60,3 @@ "git-authors": "bin/index.js", | ||
"finepack": "latest", | ||
"lint-staged": "latest", | ||
"nano-staged": "latest", | ||
"npm-check-updates": "latest", | ||
@@ -97,12 +97,3 @@ "prettier-standard": "latest", | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS", | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
"package.json": [ | ||
"finepack" | ||
], | ||
"nano-staged": { | ||
"*.js,!*.min.js,": [ | ||
@@ -113,2 +104,5 @@ "prettier-standard" | ||
"standard-markdown" | ||
], | ||
"package.json": [ | ||
"finepack" | ||
] | ||
@@ -118,4 +112,4 @@ }, | ||
"commit-msg": "npx commitlint --edit", | ||
"pre-commit": "npx lint-staged" | ||
"pre-commit": "npx nano-staged" | ||
} | ||
} |
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
10882
5