Comparing version 1.4.0 to 1.5.0
15
index.js
@@ -15,4 +15,17 @@ #!/usr/bin/env node | ||
,'git commit -m "fix typeo"' | ||
,'You know what you get when you cross a rabbit with a rottweiler?\n ⇒ A rottweiler.\n' | ||
,'You know why baby ducks walk so softly?\n ⇒ Because they can\'t walk, hardly.\n' | ||
,'I farted on the elevator. It was wrong on so many levels.\n' | ||
]; | ||
console.log('\n'+jokes[random(0, jokes.length-1)]); | ||
var lulz = [ | ||
'\\[^_^]/' | ||
,'\\[o_o]/' | ||
,'\\[o_9]/' | ||
,'\\[-_-]/' | ||
,'\\[._.]/' | ||
,'¯\\_(ツ)_/¯' | ||
,'ಠ_ಠ' | ||
]; | ||
console.log('\n'+jokes[random(0, jokes.length-1)],'\n',lulz[random(0, lulz.length-1)]); |
{ | ||
"name": "antic", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "antics", | ||
@@ -5,0 +5,0 @@ "preferGlobal": "true", |
@@ -12,2 +12,3 @@ # antic | ||
=> Atom walks into a bar. The bartender tells him to split. Everyone dies. | ||
\[^_^]/ | ||
``` | ||
@@ -14,0 +15,0 @@ |
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
3719
25
38