Skip to content

Commit

Permalink
Remove jQuery from the bower and component files
Browse files Browse the repository at this point in the history
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 select2#2941.
  • Loading branch information
kevin-brown committed Jan 27, 2015
1 parent 003d605 commit 695123a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@
"repository": {
"type": "git",
"url": "[email protected]:select2/select2.git"
},
"dependencies": {
"jquery": ">= 1.7.1"
}
}
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 695123a

Please sign in to comment.