diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-01-14 11:11:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-14 11:11:02 +0100 |
commit | 27737ecc9fa5cb5b01c33f92bfa12a45219f2205 (patch) | |
tree | 4d7ddc6ad0f4ef0f66555aa92f519c56f5a68696 | |
parent | 9adaa299a5baae39791c0ebf895832b787244afa (diff) | |
parent | 870fa011acbf2ac7a9bab906cd479739abc10349 (diff) | |
download | nextcloud-server-27737ecc9fa5cb5b01c33f92bfa12a45219f2205.tar.gz nextcloud-server-27737ecc9fa5cb5b01c33f92bfa12a45219f2205.zip |
Merge pull request #13571 from nextcloud/fix/select2-package-json-duplication
Fix duplicate select2 dep in 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" |