summaryrefslogtreecommitdiffstats
path: root/core/js/select2/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/select2/composer.json')
-rw-r--r--core/js/select2/composer.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/core/js/select2/composer.json b/core/js/select2/composer.json
deleted file mode 100644
index c50fadba855..00000000000
--- a/core/js/select2/composer.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name":
- "ivaynberg/select2",
- "description": "Select2 is a jQuery based replacement for select boxes.",
- "version": "3.4.8",
- "type": "component",
- "homepage": "http://ivaynberg.github.io/select2/",
- "license": "Apache-2.0",
- "require": {
- "robloach/component-installer": "*",
- "components/jquery": ">=1.7.1"
- },
- "extra": {
- "component": {
- "scripts": [
- "select2.js"
- ],
- "files": [
- "select2.js",
- "select2_locale_*.js",
- "select2.css",
- "select2-bootstrap.css",
- "select2-spinner.gif",
- "select2.png",
- "select2x2.png"
- ]
- }
- }
-}