teebot 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/teebot.js +2 -2
- package/package.json +1 -1
package/bin/teebot.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import { execFile } from 'node:child_process'
|
|
4
4
|
|
|
5
|
-
export const VERSION = '1.0.
|
|
5
|
+
export const VERSION = '1.0.4'
|
|
6
6
|
|
|
7
7
|
const VALID_COLORS = ['black', 'white', 'navy', 'grey', 'red', 'asphalt', 'forest', 'gold', 'mauve', 'royal']
|
|
8
8
|
const VALID_FONTS = ['mono', 'sans', 'serif', 'slab', 'hand']
|
|
@@ -202,7 +202,7 @@ function main() {
|
|
|
202
202
|
const shirt = renderShirt(args.text)
|
|
203
203
|
|
|
204
204
|
console.log('')
|
|
205
|
-
console.log(' teebot.dev - text on tees
|
|
205
|
+
console.log(' teebot.dev - text on tees')
|
|
206
206
|
console.log('')
|
|
207
207
|
console.log(shirt)
|
|
208
208
|
console.log('')
|