From 9573cd53805d38c7776d47749f3deb850e14d0e3 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sun, 25 Apr 2021 16:13:48 +0200 Subject: [PATCH] Adding jQuery back since its needed for the URL preview --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 623861f..918b038 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TeaClient", - "version": "1.5.3-b1", + "version": "1.5.3-1", "description": "", "main": "main.js", "scripts": { @@ -63,6 +63,7 @@ "extsprintf": "^1.4.0", "fs-extra": "^9.1.0", "http-signature": "^1.3.5", + "jquery": "^3.6.0", "json-stringify-safe": "^5.0.1", "jsprim": "^2.0.0", "moment": "^2.29.1",