Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2020-05-06 18:23:02 +0300
committersualko <klaus@jsxc.org>2020-05-06 18:23:02 +0300
commit622088d57338f7dcd5070ca30b8c264e8804cb3a (patch)
treed6126f94cb5bdedbfc972b7481f0778dbd51c6f0 /package.json
parent3a972d0842c82d8de34bfd6991517a8d921aeea7 (diff)
feat: ship with own version of jquery
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index ba8e377..04d3c3b 100644
--- a/package.json
+++ b/package.json
@@ -54,6 +54,7 @@
},
"dependencies": {
"@jsxc/jsxc": "^4.0.0-rc.2",
+ "jquery": "^3.5.1",
"libsignal-protocol": "https://github.com/signalapp/libsignal-protocol-javascript",
"tslint": "^6.1.0",
"typescript-formatter": "^7.2.2"