diff --git a/README.md b/README.md index f011130..c87deee 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ commands, once installed, run `cowsayjs -h`, `cowthinkjs -h` or `moojs -h` to print the help. ```Text -moojs, cowsayjs, cowthinkjs v1.1.2 +moojs, cowsayjs, cowthinkjs v1.1.3 Copyright (c) 2021 Erick Rincones Licensed under the MIT License @@ -252,7 +252,7 @@ moo({ ```Text __________________________ ( I need to sleep ) -( 2022-10-07T22:20:33.463Z ) +( 2022-10-07T22:57:16.496Z ) -------------------------- o ^__^ o (@@)\_______ diff --git a/cli/index.js b/cli/index.js index b764ac2..458e85d 100644 --- a/cli/index.js +++ b/cli/index.js @@ -82,7 +82,7 @@ function getArg(token, j, argv, i) { */ function printHelp() { // Version - var version = "1.1.2"; + var version = "1.1.3"; // Get current script var script = process.argv[1].replace(/\\/g, "/"); diff --git a/cows/apt.cow.js b/cows/apt.cow.js index db00795..d92e473 100644 --- a/cows/apt.cow.js +++ b/cows/apt.cow.js @@ -15,7 +15,7 @@ module.exports = { [ 0, 7 ] ], eyesPos: [ - [ 2, 10 ], - [ 2, 11 ], + [ 1, 10 ], + [ 1, 11 ], ] }; diff --git a/cows/beavis.zen.cow.js b/cows/beavis.zen.cow.js index fdc0375..f970113 100644 --- a/cows/beavis.zen.cow.js +++ b/cows/beavis.zen.cow.js @@ -25,6 +25,6 @@ module.exports = { ], actionPos: [ [ 0, 3 ], - [ 0, 4 ] + [ 1, 4 ] ] }; diff --git a/cows/blowfish.cow.js b/cows/blowfish.cow.js index a24e6a4..9aa2326 100644 --- a/cows/blowfish.cow.js +++ b/cows/blowfish.cow.js @@ -30,7 +30,7 @@ module.exports = { "" ], actionPos: [ - [0, 3], - [0, 4] + [ 0, 3 ], + [ 1, 4 ] ] }; diff --git a/cows/calvin.cow.js b/cows/calvin.cow.js index 2fdb2c2..d04cfea 100644 --- a/cows/calvin.cow.js +++ b/cows/calvin.cow.js @@ -40,9 +40,9 @@ module.exports = { ], actionPos: [ [ 0, 1 ], - [ 1, 2 ], - [ 2, 3 ], - [ 3, 4 ], + [ 1, 3 ], + [ 2, 5 ], + [ 3, 7 ], ], eyesPos: [ [ 12, 18 ], diff --git a/cows/elephant-in-snake.cow.js b/cows/elephant-in-snake.cow.js index 7bfe11c..d16ea6c 100644 --- a/cows/elephant-in-snake.cow.js +++ b/cows/elephant-in-snake.cow.js @@ -16,6 +16,6 @@ module.exports = { ], actionPos: [ [ 0, 3 ], - [ 0, 4 ] + [ 1, 4 ] ] }; diff --git a/cows/eyes.cow.js b/cows/eyes.cow.js index d502402..fba8277 100644 --- a/cows/eyes.cow.js +++ b/cows/eyes.cow.js @@ -18,6 +18,6 @@ module.exports = { ], actionPos: [ [ 0, 4 ], - [ 0, 5 ] + [ 1, 5 ] ] }; diff --git a/cows/gnu.cow.js b/cows/gnu.cow.js index 0a26096..b1b16ca 100644 --- a/cows/gnu.cow.js +++ b/cows/gnu.cow.js @@ -16,7 +16,7 @@ module.exports = { " | .-..__ ___ .--' \\ |\\ \\ |", " |o o | ``--.___. / `-' \\ \\\\ \\ |", " `--'' ' .' / / | | | | \\", - " $tongue | | / / | | | mmm", + " | | / / | | | mmm", " | || | | /| |", " ( .' \\ \\ || | |", " | | \\ \\ // / /", diff --git a/cows/koala.cow.js b/cows/koala.cow.js index c4846d7..8dfc4d9 100644 --- a/cows/koala.cow.js +++ b/cows/koala.cow.js @@ -14,6 +14,6 @@ module.exports = { ], actionPos: [ [ 0, 2 ], - [ 0, 3 ] + [ 1, 3 ] ] }; diff --git a/cows/moofasa.cow.js b/cows/moofasa.cow.js index ddc5589..cda9a5f 100644 --- a/cows/moofasa.cow.js +++ b/cows/moofasa.cow.js @@ -17,5 +17,9 @@ module.exports = { actionPos: [ [ 0, 7 ], [ 1, 8 ] + ], + eyesPos: [ + [ 3, 13 ], + [ 3, 14 ] ] }; diff --git a/cows/pony-smaller.cow.js b/cows/pony-smaller.cow.js index e465ffb..94a5158 100644 --- a/cows/pony-smaller.cow.js +++ b/cows/pony-smaller.cow.js @@ -21,6 +21,6 @@ module.exports = { ], tonguePos: [ [ 3, 11 ], - [ 3, 11 ] + [ 3, 12 ] ] }; diff --git a/cows/three-eyes.cow.js b/cows/three-eyes.cow.js index 60a15f1..0948731 100644 --- a/cows/three-eyes.cow.js +++ b/cows/three-eyes.cow.js @@ -21,6 +21,6 @@ module.exports = { ], tonguePos: [ [ 3, 12 ], - [ 4, 13 ] + [ 3, 13 ] ] }; diff --git a/cows/unipony-smaller.cow.js b/cows/unipony-smaller.cow.js index e09172a..cda04ed 100644 --- a/cows/unipony-smaller.cow.js +++ b/cows/unipony-smaller.cow.js @@ -25,6 +25,6 @@ module.exports = { ], tonguePos: [ [ 5, 12 ], - [ 5, 12 ] + [ 5, 13 ] ] }; diff --git a/package-lock.json b/package-lock.json index bce767b..77e03e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cowsayjs", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cowsayjs", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "bin": { "cowsayjs": "cli/cowsay.js", diff --git a/package.json b/package.json index 835f7f8..8621b8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cowsayjs", - "version": "1.1.2", + "version": "1.1.3", "description": "A nodejs clone of the classic cowsay and cowthink cli commands", "main": "lib/index.js", "scripts": {