Comparing version 1.0.0 to 1.1.0
#!/usr/bin/env node | ||
console.log("Namaskara, Sri!"); | ||
console.log("Namaskara, Sri! 🙏"); |
{ | ||
"name": "hellosri", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "hello to sri", | ||
@@ -12,4 +12,4 @@ "main": "index.js", | ||
"bin": { | ||
"hellosri": "hello.js" | ||
"hellosri": "hello.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
323