pull-request-size-reminder
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "pull-request-size-reminder", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "CLI to check potential size of pull request", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -32,3 +32,3 @@ # pull-request-size-reminder | ||
```bash | ||
node pull-request-size-reminder | ||
npx pull-request-size-reminder | ||
``` | ||
@@ -41,3 +41,3 @@ | ||
"scripts": { | ||
"precommit": "node pull-request-size-reminder" | ||
"precommit": "npx pull-request-size-reminder" | ||
} | ||
@@ -44,0 +44,0 @@ } |
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
6741