@devsnicket/eunice-dependency-and-structure
Advanced tools
Comparing version 2.5.0 to 2.6.0
@@ -66,6 +66,6 @@ { | ||
"lint": "npx eslint .", | ||
"spellcheck": "npx cspell *.js **/*.js *.md **/*.md", | ||
"spellcheck": "find -type f \\( -name \"*.js\" -or -name \"*.md\" \\) ! -path \"./dist/*\" ! -path \"./dist/**/*\" ! -path \"./node_modules/**/*\" ! -path \"./test-coverage/**/*\" -exec npx cspell {} +", | ||
"test": "npx jest --runInBand" | ||
}, | ||
"version": "2.5.0" | ||
"version": "2.6.0" | ||
} |
Sorry, the diff of this file is not supported yet
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
149639