min-fina-modul
Advanced tools
Comparing version 1.0.2 to 1.0.3
#!/usr/bin/env node | ||
if (process.argv.length < 3) { | ||
console.log('usage: min-fina-module MESSAGE'); | ||
console.log("usage: min-fina-module MESSAGE"); | ||
process.exit(0); | ||
@@ -6,0 +6,0 @@ } |
{ | ||
"name": "min-fina-modul", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "simple test", | ||
@@ -19,5 +19,5 @@ "main": "index.js", | ||
"bin": { | ||
"min-fina-modul": "./index.js" | ||
"scream": "./index.js" | ||
}, | ||
"homepage": "https://github.com/argelius/min-fina-modul#readme" | ||
} |
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
2706