Skip to content

Commit a4ec7fa

Browse files
committed
update versions and urls in package configs
1 parent a12c134 commit a4ec7fa

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

component.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "select2",
33
"repo": "select/select2",
44
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
5-
"version": "4.0.3",
6-
"demo": "https://select2.github.io/",
5+
"version": "4.0.4",
6+
"demo": "https://select2.org/",
77
"keywords": [
88
"jquery"
99
],

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "select2/select2",
33
"description": "Select2 is a jQuery based replacement for select boxes.",
44
"type": "component",
5-
"homepage": "https://select2.github.io/",
5+
"homepage": "https://select2.org/",
66
"license": "MIT",
77
"require": {
88
"robloach/component-installer": "*"

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "select2",
33
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
4-
"homepage": "https://select2.github.io",
4+
"homepage": "https://select2.org",
55
"author": {
66
"name": "Kevin Brown",
77
"url": "https://github.com/kevin-brown"
@@ -10,6 +10,10 @@
1010
{
1111
"name": "Igor Vaynberg",
1212
"url": "https://github.com/ivaynberg"
13+
},
14+
{
15+
"name": "Alex Weissman",
16+
"url": "https://github.com/alexweissman"
1317
}
1418
],
1519
"repository": {

0 commit comments

Comments
 (0)