@alickjoe/webterm 0.1.4 → 0.1.5
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 +6 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alickjoe/webterm",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "webterm 桌面客户端:用 Electron 应用窗口包装 webterm 网页(不打包 exe)",
|
|
5
5
|
"bin": {
|
|
6
6
|
"webterm": "cli.js"
|
|
@@ -33,5 +33,10 @@
|
|
|
33
33
|
"electron": "^44.4.3"
|
|
34
34
|
},
|
|
35
35
|
"license": "MIT",
|
|
36
|
+
"repository": {
|
|
37
|
+
"type": "git",
|
|
38
|
+
"url": "git+https://github.com/alickjoe/webterm.git",
|
|
39
|
+
"directory": "desktop"
|
|
40
|
+
},
|
|
36
41
|
"private": false
|
|
37
42
|
}
|