eslint-plugin-file-progress
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -6,3 +6,3 @@ import progress from './rules/progress.js'; | ||
name: "eslint-plugin-file-progress", | ||
version: "2.0.0" | ||
version: "2.0.1" | ||
}, | ||
@@ -9,0 +9,0 @@ configs: {}, |
{ | ||
"name": "eslint-plugin-file-progress", | ||
"description": "Eslint plugin to print file progress", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"license": "MIT", | ||
@@ -33,3 +33,3 @@ "author": "sibiraj-s", | ||
"engines": { | ||
"node": ">=20.11.0" | ||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "peerDependencies": { |
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
5759