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.
Files changed (2) hide show
  1. package/bin/teebot.js +2 -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.2'
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, fast')
205
+ console.log(' teebot.dev - text on tees')
206
206
  console.log('')
207
207
  console.log(shirt)
208
208
  console.log('')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teebot",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "type": "module",
5
5
  "description": "Design a shirt from your terminal",
6
6
  "bin": {