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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-05-18 14:27:19 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-18 16:55:53 +0300
commit44ec940594dbea7109dcf73289b36371d2b6d088 (patch)
tree2216a1a310c4371f3588e6a9413add0ee3e8418e /package.json
parent4c1944637762ff712c4738adcdc577f1d8979b18 (diff)
Use a better lib for browser detection
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f96e7669e..f7cfeaf42 100644
--- a/package.json
+++ b/package.json
@@ -36,11 +36,11 @@
"mockconsole": "0.0.1",
"nextcloud-vue-collections": "^0.7.2",
"sdp-transform": "^2.14.0",
+ "ua-parser-js": "^0.7.21",
"url-parse": "^1.4.7",
"util": "^0.12.3",
"vue": "^2.6.11",
"vue-at": "^2.5.0-beta.2",
- "vue-browser-detect-plugin": "^0.1.8",
"vue-clipboard2": "^0.3.1",
"vue-fragment": "^1.5.1",
"vue-material-design-icons": "^4.6.0",