@hipster/first-package
Advanced tools
Comparing version 0.0.1 to 0.0.2-canary.2.8579906.0
module.exports = function helloWorld(name) { | ||
return 'Hello world first, ' + name; | ||
return 'Hello world first, ' + name + '!'; | ||
}; |
{ | ||
"name": "@hipster/first-package", | ||
"version": "0.0.1", | ||
"version": "0.0.2-canary.2.8579906.0", | ||
"description": "", | ||
@@ -13,3 +13,4 @@ "main": "index.js", | ||
"author": "", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"gitHead": "8579906019dbfc9f457f703db5d21694d0f216a1" | ||
} |
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
419