Skip to content

Commit

Permalink
Adding Bower badge
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed May 10, 2016
1 parent 1f9b23a commit 647ba64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Select Picker

[![Build Status](https://travis-ci.org/AuHau/select-picker.svg?branch=master)](https://travis-ci.org/AuHau/select-picker) [![npm version](https://badge.fury.io/js/select-picker.svg)](https://badge.fury.io/js/select-picker)
[![Build Status](https://travis-ci.org/AuHau/select-picker.svg?branch=master)](https://travis-ci.org/AuHau/select-picker) [![npm version](https://badge.fury.io/js/select-picker.svg)](https://badge.fury.io/js/select-picker) [![Bower version](https://badge.fury.io/bo/select-picker.svg)](https://badge.fury.io/bo/select-picker)

Select Picker is jQuery plugin for multiselect tag-like picker.

Expand Down Expand Up @@ -92,4 +92,4 @@ and properly document your changes in documentation.

Currently for tests I am using Karma + Jasmine. To run the tests, first install dependencies with `npm install` and
then to simply run `npm test`. This will run test in headless browser (PhantomJS). You can run the tests in Chrome
using `npm run test-chrome` or if you need to debug your test `npm run test-debug`.
using `npm run test-chrome` or if you need to debug your test `npm run test-debug`.

0 comments on commit 647ba64

Please sign in to comment.