diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-14 09:52:34 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-14 09:52:34 +0100 |
commit | 870fa011acbf2ac7a9bab906cd479739abc10349 (patch) | |
tree | 9d8e49305ef8ec57d74a39499ab387a96ea430cc /package.json | |
parent | cd62d1f221969928ac68a10450c241baf9520951 (diff) | |
download | nextcloud-server-870fa011acbf2ac7a9bab906cd479739abc10349.tar.gz nextcloud-server-870fa011acbf2ac7a9bab906cd479739abc10349.zip |
Fix duplicate select2 dep in package.json
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index 0e4e2cbfccb..1a602d11165 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,6 @@ "jstimezonedetect": "^1.0.6", "marked": "^0.3.6", "moment": "^2.23.0", - "select2": "https://github.com/select2/select2#3.4.8", "snap.js": "^2.0.9", "strengthify": "git+https://github.com/MorrisJobke/strengthify.git", "underscore": "^1.9.1" |