Skip to content

Commit 05d8407

Browse files
committed
Added Travis CI badge and fixed package.json
1 parent a6c4215 commit 05d8407

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Select2
22
=======
33

4+
[![Build Status][travis-ci-image]][travis-ci-status]
5+
46
Select2 is a jQuery-based replacement for select boxes. It supports searching,
57
remote data sets, and pagination of results.
68

@@ -116,6 +118,8 @@ The license is available within the repository in the [LICENSE][license] file.
116118
[select2-rails]: https://github.com/argerim/select2-rails
117119
[symfony-select2]: https://github.com/19Gerhard85/sfSelect2WidgetsPlugin
118120
[symfony2-select2]: https://github.com/avocode/FormExtensions
121+
[travis-ci-image]: https://travis-ci.org/select2/select2.svg?branch=select2-ng
122+
[travis-ci-status]: https://travis-ci.org/select2/select2
119123
[wicket]: http://wicket.apache.org
120124
[wicket-select2]: https://github.com/ivaynberg/wicket-select2
121125
[yii-select2]: https://github.com/tonybolzan/yii-select2

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
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.",
44
"homepage": "https://select2.github.io",
5-
"author": "Igor Vaynberg",
5+
"author": {
6+
"name": "Kevin Brown",
7+
"url": "https://github.com/kevin-brown"
8+
},
9+
"contributors": [
10+
{
11+
"name": "Igor Vaynberg",
12+
"url": "https://github.com/ivaynberg"
13+
}
14+
],
615
"repository": {
716
"type": "git",
817
"url": "git://github.com/select2/select2.git"
@@ -26,7 +35,7 @@
2635
"main": "js/select2",
2736
"directories": {
2837
"lib": "dist"
29-
},
38+
}
3039
},
3140
"devDependencies": {
3241
"grunt": "^0.4.5",

0 commit comments

Comments
 (0)