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

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2021-07-05 18:32:06 +0300
committersualko <klaus@jsxc.org>2021-07-05 18:32:06 +0300
commit4eda6ae2e5c1e7d03ecf4a3fd8ba2477f432c658 (patch)
tree6a496b1ae7c60ccba72ab5cee0f50c937c9fa6db
parent76489a117212865139ccd187b261e9d3ae9805fa (diff)
chore: fix otr package version
see #1041 and yarnpkg/yarn#4722
-rw-r--r--package.json2
-rw-r--r--yarn.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 804b3127..78d8eefb 100644
--- a/package.json
+++ b/package.json
@@ -137,7 +137,7 @@
"jxt-xmpp-types": "^3.0.0",
"mini-css-extract-plugin": "^1.3.1",
"moment": "^2.29.1",
- "otr": "github:sualko/otr#1ee459b4eda85d0a7d76d7da7b3a36861294346e",
+ "otr": "https://github.com/sualko/otr.git#1ee459b4eda85d0a7d76d7da7b3a36861294346e",
"precompile-handlebars": "^1.0.5",
"prettier": "^2.2.1",
"qrcode": "^1.4.4",
diff --git a/yarn.lock b/yarn.lock
index 0d9e5f6c..bbabeb42 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6440,9 +6440,9 @@ os-tmpdir@~1.0.2:
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
-"otr@github:sualko/otr#1ee459b4eda85d0a7d76d7da7b3a36861294346e":
+"otr@https://github.com/sualko/otr.git#1ee459b4eda85d0a7d76d7da7b3a36861294346e":
version "0.3.0-sualko"
- resolved "https://codeload.github.com/sualko/otr/tar.gz/1ee459b4eda85d0a7d76d7da7b3a36861294346e"
+ resolved "https://github.com/sualko/otr.git#1ee459b4eda85d0a7d76d7da7b3a36861294346e"
p-finally@^1.0.0:
version "1.0.0"