@mrpelz/boilerplate-node 8.2.2 → 8.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrpelz/boilerplate-node",
3
- "version": "8.2.2",
3
+ "version": "8.2.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mrpelz/boilerplate.git",
@@ -9,9 +9,9 @@ tmux \
9
9
  bind-key -n C-Space "resize-pane -Z" \; \
10
10
  bind-key -n C-Up "select-pane -U" \; \
11
11
  set-option -w mouse on \; \
12
- set-option -w pane-active-border-style bold,fg=black,bg=white \; \
12
+ set-option -w pane-active-border-style bold \; \
13
13
  set-option -w pane-border-status top \; \
14
- set-option -w pane-border-style bold,fg=white \; \
14
+ set-option -w pane-border-style fg=default \; \
15
15
  set-option -w remain-on-exit on \; \
16
16
  set-option -w status off \; \
17
17
  set-option -p pane-border-format "eslint (eslint.config.json, includes files outside \"src\")" \; \
package/scripts/watch.sh CHANGED
@@ -9,9 +9,9 @@ tmux \
9
9
  bind-key -n C-Space "resize-pane -Z" \; \
10
10
  bind-key -n C-Up "select-pane -U" \; \
11
11
  set-option -w mouse on \; \
12
- set-option -w pane-active-border-style bold,fg=black,bg=white \; \
12
+ set-option -w pane-active-border-style bold \; \
13
13
  set-option -w pane-border-status top \; \
14
- set-option -w pane-border-style bold,fg=white \; \
14
+ set-option -w pane-border-style fg=default \; \
15
15
  set-option -w remain-on-exit on \; \
16
16
  set-option -w status off \; \
17
17
  set-option -p pane-border-format "eslint (eslint.config.json, includes files outside \"src\")" \; \