Comparing version 1.0.0 to 1.1.0
exports.printMsg = function() { | ||
console.log("This is a message from the test tutorial package"); | ||
console.log("This is a message from koteeswa's test tutorial package"); | ||
} |
{ | ||
"name": "koteeswa", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "This tests node module creation and utilization", | ||
@@ -5,0 +5,0 @@ "main": "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
470