precommit-hook
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -5,3 +5,3 @@ { | ||
"description": "A useful pre-commit hook for git based projects that lints and runs npm test", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"license": "MIT", | ||
@@ -13,3 +13,3 @@ "homepage": "https://github.com/nlf/precommit-hook", | ||
"dependencies": { | ||
"git-validate": "*", | ||
"git-validate": "^1.0.1", | ||
"jshint": "*" | ||
@@ -16,0 +16,0 @@ }, |
@@ -11,3 +11,3 @@ What is it? | ||
In the upcoming version 2.0.0 of this module (and the current master branch in this repository), the configuration key in package.json will be changed to "pre-commit" with a dash, instead of the old "precommit". All other functionality should work the same. | ||
Version 2.0.0 of this module (and the current master branch in this repository) has been updated to use [git-validate](https://github.com/nlf/git-validate), as such the configuration key in package.json will be changed to "pre-commit" with a dash, instead of the old "precommit". All other functionality should work the same. | ||
@@ -14,0 +14,0 @@ Why should I use it? |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
5920
1
+ Addedgit-validate@1.2.1(transitive)
- Removedgit-validate@2.2.4(transitive)
Updatedgit-validate@^1.0.1