zry 4 年之前
父節點
當前提交
7901cfef37
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      package.json

+ 3 - 3
package.json

@@ -1,6 +1,6 @@
 {
     "name": "@swzry/xterm-vue",
-    "version": "1.0.1",
+    "version": "1.0.2",
     "description": "Vue plugin for xtem.js",
     "main": "index.js",
     "repository": "https://git.swzry.com/zry/xterm-vue",
@@ -9,7 +9,7 @@
     "dependencies": {
         "xterm": "^4.5.0",
         "xterm-addon-fit": "^0.3.0",
-        "xterm-addon-web-links": "^0.3.0",
-        "xterm-addon-unicode11": "^0.1.1"
+        "xterm-addon-unicode11": "^0.1.1",
+        "xterm-addon-web-links": "^0.3.0"
     }
 }