teebot 1.0.2 → 1.0.3

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 -4
  2. package/package.json +1 -1
package/bin/teebot.js CHANGED
@@ -144,8 +144,7 @@ function openBrowser(url) {
144
144
 
145
145
  function printHelp() {
146
146
  console.log(`
147
- teebot.dev - text on tees, fast
148
-
147
+ teebot.dev - text on tees
149
148
  Usage:
150
149
  npx teebot "YOUR TEXT HERE" [options]
151
150
 
@@ -167,8 +166,7 @@ function printHelp() {
167
166
 
168
167
  function printUsage() {
169
168
  console.log(`
170
- teebot.dev - text on tees, fast
171
-
169
+ teebot.dev - text on tees
172
170
  Usage: npx teebot "YOUR TEXT HERE" [options]
173
171
  Run npx teebot --help for more info.
174
172
  `)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teebot",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "description": "Design a shirt from your terminal",
6
6
  "bin": {