pull-request-size-reminder
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "pull-request-size-reminder", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "CLI to check potential size of pull request", | ||
@@ -11,6 +11,6 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=10.0.0" | ||
"node": ">=8.0.0" | ||
}, | ||
"main": "check.js", | ||
"bin": "./check.js", | ||
"main": "./src/check.js", | ||
"bin": "./src/check.js", | ||
"files": [ | ||
@@ -17,0 +17,0 @@ "src/**/*.js", |
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
5994