Skip to content

Commit

Permalink
Added Travis CI badge and fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-brown committed Jan 9, 2015
1 parent a6c4215 commit 05d8407
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -26,7 +35,7 @@
"main": "js/select2",
"directories": {
"lib": "dist"
},
}
},
"devDependencies": {
"grunt": "^0.4.5",
Expand Down

0 comments on commit 05d8407

Please sign in to comment.