1
0
mirror of synced 2024-11-21 20:46:07 +03:00

Added Travis CI badge and fixed package.json

This commit is contained in:
Kevin Brown 2015-01-09 16:09:30 -05:00
parent a6c4215976
commit 05d8407b05
2 changed files with 15 additions and 2 deletions

View File

@ -1,6 +1,8 @@
Select2
=======
[![Build Status][travis-ci-image]][travis-ci-status]
Select2 is a jQuery-based replacement for select boxes. It supports searching,
remote data sets, and pagination of results.
@ -116,6 +118,8 @@ The license is available within the repository in the [LICENSE][license] file.
[select2-rails]: https://github.com/argerim/select2-rails
[symfony-select2]: https://github.com/19Gerhard85/sfSelect2WidgetsPlugin
[symfony2-select2]: https://github.com/avocode/FormExtensions
[travis-ci-image]: https://travis-ci.org/select2/select2.svg?branch=select2-ng
[travis-ci-status]: https://travis-ci.org/select2/select2
[wicket]: http://wicket.apache.org
[wicket-select2]: https://github.com/ivaynberg/wicket-select2
[yii-select2]: https://github.com/tonybolzan/yii-select2

View File

@ -2,7 +2,16 @@
"name": "Select2",
"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",
"author": "Igor Vaynberg",
"author": {
"name": "Kevin Brown",
"url": "https://github.com/kevin-brown"
},
"contributors": [
{
"name": "Igor Vaynberg",
"url": "https://github.com/ivaynberg"
}
],
"repository": {
"type": "git",
"url": "git://github.com/select2/select2.git"
@ -26,7 +35,7 @@
"main": "js/select2",
"directories": {
"lib": "dist"
},
}
},
"devDependencies": {
"grunt": "^0.4.5",