From 145f1ff0b125ac5bcea2e3c1d92b3ae6093160f0 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Mon, 19 Apr 2021 19:42:12 +0200 Subject: [PATCH] Removing jquery and jsrender as dependency --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index b73dca4..a861a07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TeaClient", - "version": "1.5.2-1", + "version": "1.5.3", "description": "", "main": "main.js", "scripts": { @@ -63,10 +63,8 @@ "extsprintf": "^1.4.0", "fs-extra": "^9.1.0", "http-signature": "^1.3.5", - "jquery": "^3.5.1", "json-stringify-safe": "^5.0.1", "jsprim": "^2.0.0", - "jsrender": "^1.0.11", "moment": "^2.29.1", "nan": "^2.14.2", "node-ssh": "^6.0.0",