1
0
mirror of synced 2024-11-22 04:56:08 +03:00

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.
This commit is contained in:
Kevin Brown 2015-01-27 18:31:52 -05:00
parent 003d6053a9
commit 695123a1d2
2 changed files with 1 additions and 5 deletions

View File

@ -8,8 +8,5 @@
"repository": {
"type": "git",
"url": "git@github.com:select2/select2.git"
},
"dependencies": {
"jquery": ">= 1.7.1"
}
}

View File

@ -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": {