From 695123a1d2d50936f56380953937250cc9754ef6 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Tue, 27 Jan 2015 18:31:52 -0500 Subject: [PATCH] Remove jQuery from the bower and component files Users are expected to be using jQuery in their web applications already, it's up to them to determine how it is loaded in. This closes https://github.com/select2/select2/issues/2941. --- bower.json | 3 --- composer.json | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/bower.json b/bower.json index e48932ce..1a1fa99e 100644 --- a/bower.json +++ b/bower.json @@ -8,8 +8,5 @@ "repository": { "type": "git", "url": "git@github.com:select2/select2.git" - }, - "dependencies": { - "jquery": ">= 1.7.1" } } diff --git a/composer.json b/composer.json index 0ba0cd81..cb7f423e 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,7 @@ "homepage": "https://select2.github.io/", "license": "MIT", "require": { - "robloach/component-installer": "*", - "components/jquery": ">=1.7.2" + "robloach/component-installer": "*" }, "extra": { "component": {