node-tmux-cli 0.3.0 → 0.4.0

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/README.md CHANGED
@@ -22,7 +22,7 @@ This project was developed with
22
22
  Install the `node-tmux` CLI globally:
23
23
 
24
24
  ```bash
25
- npm install -g node-tmux
25
+ npm install -g node-tmux-cli
26
26
  ```
27
27
 
28
28
  Create a config file:
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://unpkg.com/node-tmux@0.2.0/dist/config/schema/schema.json",
2
+ "$schema": "https://unpkg.com/node-tmux-cli@0.4.0/dist/config/schema/schema.json",
3
3
  "shell": "bash",
4
4
  "sessions": {
5
5
  "mySession": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-tmux-cli",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",