zry 3 years ago
parent
commit
7901cfef37
1 changed files with 3 additions and 3 deletions
  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"
     }
 }