@gtchakama/wa-tui 1.0.0 → 1.0.1

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/README.md +0 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,22 +53,6 @@ Incoming messages play a short sound when you are **not** viewing that chat. Def
53
53
  | `npm start` | Run the TUI |
54
54
  | `npm run start:resize` | Run with `WA_TUI_RESIZE=1` |
55
55
 
56
- ## Publishing
57
-
58
- This package lists only the `bin`, `src`, and `README.md` files when published (`files` field in `package.json`). To try a pack locally:
59
-
60
- ```bash
61
- npm pack
62
- tar -tzvf gtchakama-wa-tui-*.tgz
63
- ```
64
-
65
- Then:
66
-
67
- ```bash
68
- npm publish --access public
69
- ```
70
-
71
- Scoped packages must use `--access public` for a free public listing on the npm registry.
72
56
 
73
57
  ## Disclaimer
74
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gtchakama/wa-tui",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Terminal UI for WhatsApp Web (blessed + whatsapp-web.js)",
5
5
  "main": "src/index.js",
6
6
  "bin": {