tabby-control-tmux 0.1.0 → 0.1.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.
- package/package.json +13 -5
package/package.json
CHANGED
|
@@ -1,18 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tabby-control-tmux",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "ControlTmux: right-click tmux controls for SSH tabs: new, attach, detach, close, and one-click tmux install",
|
|
5
|
-
"keywords": [
|
|
5
|
+
"keywords": [
|
|
6
|
+
"tabby-plugin"
|
|
7
|
+
],
|
|
6
8
|
"main": "dist/index.js",
|
|
7
9
|
"typings": "typings/index.d.ts",
|
|
8
|
-
"files": [
|
|
10
|
+
"files": [
|
|
11
|
+
"dist",
|
|
12
|
+
"typings"
|
|
13
|
+
],
|
|
9
14
|
"scripts": {
|
|
10
15
|
"build": "webpack --mode production",
|
|
11
16
|
"watch": "webpack --mode development --watch"
|
|
12
17
|
},
|
|
13
18
|
"author": "Nir Israel Hen",
|
|
14
|
-
"repository": {
|
|
15
|
-
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "git+https://github.com/controlfix87/tabby-control-tmux.git"
|
|
22
|
+
},
|
|
23
|
+
"homepage": "https://controlfix.net/#projects",
|
|
16
24
|
"license": "MIT",
|
|
17
25
|
"peerDependencies": {
|
|
18
26
|
"tabby-core": "*",
|