Comparing version 2.1.0 to 2.1.1
@@ -6,3 +6,7 @@ #!/usr/bin/env node | ||
.then(async (resp = []) => { | ||
console.log(resp.join('\n')); | ||
console.log( | ||
resp | ||
.map(({fn = ''} = {}) => fn) | ||
.join('\n') | ||
); | ||
}); |
{ | ||
"name": "home-talk", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.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
1177
28