zry 4 gadi atpakaļ
vecāks
revīzija
f3ad97377e
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@swzry/satori-telws",
-  "version": "1.0.0",
+  "version": "1.0.1",
   "description": "A frontend package for a websocket based remote web terminal.",
   "main": "index.js",
   "repository": "https://git.swzry.com/zry/satori-telws.git",
@@ -9,7 +9,7 @@
   "private": false,
   "dependencies": {
     "@swzry/xterm-vue": "1.0.1",
-    "axios":"^0.19.2",
+    "axios": "^0.19.2",
     "sm-crypto": "^0.1.1"
   }
 }