Comparing version 1.0.1 to 1.0.2
@@ -21,2 +21,3 @@ const argv = require('minimist')(process.argv.slice(2)); | ||
].join('\n')); | ||
return; | ||
} | ||
@@ -26,2 +27,3 @@ | ||
console.log(pkg.version); | ||
return; | ||
} | ||
@@ -31,4 +33,5 @@ | ||
console.log(awful.words.join('\n')); | ||
} else { | ||
console.log(awful()); | ||
return; | ||
} | ||
console.log(awful()); |
{ | ||
"name": "awful", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Get words like awful", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -36,3 +36,3 @@ [ | ||
"appalling", | ||
"abysmal", | ||
]; | ||
"abysmal" | ||
] |
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
3647
71