Removed unused files
* select2.jquery.json - This was previously used by the jQuery Plugin Registry which was shut down and put into read-only mode a few years ago. Since nobody else appears to use this file, it doesn't make sense for us to keep bumping the version in it and keeping it up to date. * vendor/ - This was needed back when the full version of Select2 actually bundled its own version of jQuery. Since we never actually did this, we no longer need to keep the copy of jQuery around.
This commit is contained in:
parent
650035cf38
commit
b4aa3529f3
@ -1,32 +0,0 @@
|
||||
{
|
||||
"name": "select2",
|
||||
"title": "Select2",
|
||||
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
|
||||
"keywords": [
|
||||
"select",
|
||||
"autocomplete",
|
||||
"typeahead",
|
||||
"dropdown",
|
||||
"multiselect",
|
||||
"tag",
|
||||
"tagging"
|
||||
],
|
||||
"version": "4.0.6-rc.1",
|
||||
"author": {
|
||||
"name": "Kevin Brown",
|
||||
"url": "https://github.com/kevin-brown"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://opensource.org/licenses/MIT"
|
||||
}
|
||||
],
|
||||
"bugs": "https://github.com/select2/select2/issues",
|
||||
"homepage": "https://select2.org",
|
||||
"docs": "https://select2.org",
|
||||
"download": "https://github.com/select2/select2/releases",
|
||||
"dependencies": {
|
||||
"jquery": ">=1.7.2"
|
||||
}
|
||||
}
|
9111
vendor/jquery-2.1.0.js
vendored
9111
vendor/jquery-2.1.0.js
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user