1
0
mirror of synced 2024-11-25 22:36:03 +03:00

update versions and urls in package configs

This commit is contained in:
alexweissman 2017-09-23 17:07:29 -04:00
parent a12c134c90
commit a4ec7fa0c6
3 changed files with 8 additions and 4 deletions

View File

@ -2,8 +2,8 @@
"name": "select2", "name": "select2",
"repo": "select/select2", "repo": "select/select2",
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.", "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
"version": "4.0.3", "version": "4.0.4",
"demo": "https://select2.github.io/", "demo": "https://select2.org/",
"keywords": [ "keywords": [
"jquery" "jquery"
], ],

View File

@ -2,7 +2,7 @@
"name": "select2/select2", "name": "select2/select2",
"description": "Select2 is a jQuery based replacement for select boxes.", "description": "Select2 is a jQuery based replacement for select boxes.",
"type": "component", "type": "component",
"homepage": "https://select2.github.io/", "homepage": "https://select2.org/",
"license": "MIT", "license": "MIT",
"require": { "require": {
"robloach/component-installer": "*" "robloach/component-installer": "*"

View File

@ -1,7 +1,7 @@
{ {
"name": "select2", "name": "select2",
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.", "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
"homepage": "https://select2.github.io", "homepage": "https://select2.org",
"author": { "author": {
"name": "Kevin Brown", "name": "Kevin Brown",
"url": "https://github.com/kevin-brown" "url": "https://github.com/kevin-brown"
@ -10,6 +10,10 @@
{ {
"name": "Igor Vaynberg", "name": "Igor Vaynberg",
"url": "https://github.com/ivaynberg" "url": "https://github.com/ivaynberg"
},
{
"name": "Alex Weissman",
"url": "https://github.com/alexweissman"
} }
], ],
"repository": { "repository": {