@hipster/mdx2-issue-checker
Advanced tools
Comparing version 0.0.4 to 0.0.6
@@ -11,3 +11,10 @@ #!/usr/bin/env node | ||
if(process.argv.length === 2) { | ||
if(!process.argv.includes('--verbose')) { | ||
process.argv = process.argv.concat(['--silent']) | ||
} else { | ||
const index = process.argv.indexOf('--verbose'); | ||
process.argv.splice(index, 1); | ||
} | ||
if(process.argv.length === 3) { | ||
process.argv = process.argv.concat(['.']) | ||
@@ -14,0 +21,0 @@ } |
{ | ||
"name": "@hipster/mdx2-issue-checker", | ||
"version": "0.0.4", | ||
"description": "", | ||
"version": "0.0.6", | ||
"description": "Wrapper around remark-cli to make it easier to check for MDX v2 syntax issues", | ||
"license": "MIT", | ||
"files": [ | ||
"cli.js" | ||
"index.js", | ||
"README.md" | ||
], | ||
@@ -9,0 +10,0 @@ "homepage": "https://github.com/yannbf/the-packages/tree/main/libs/mdx2-issue-checker", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
2300
3
31
1
24