diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-09-05 17:30:13 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-09-05 17:30:13 +0200 |
commit | 0a547c94ff8db40a20fa4e9a72e3b088f578b634 (patch) | |
tree | 2b9303ff703859ffa2393fb6a0cae54a67767c4f /package.json | |
parent | d0cfa7b91c19023fff7387f9f556f6b3193d3a20 (diff) | |
download | nextcloud-server-0a547c94ff8db40a20fa4e9a72e3b088f578b634.tar.gz nextcloud-server-0a547c94ff8db40a20fa4e9a72e3b088f578b634.zip |
Install Select2 via npm
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 56b0e5dcba4..4978251ee1c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@babel/polyfill": "^7.4.4", "@chenfengyuan/vue-qrcode": "^1.0.1", - "Select2": "git+https://github.com/select2/select2.git#3.4.8", + "select2": "3.5.1", "autosize": "^4.0.2", "backbone": "^1.4.0", "blueimp-md5": "^2.12.0", |