Skip to content

Commit

Permalink
update bower package + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmatton committed Apr 5, 2014
1 parent 70fa823 commit 1fa00be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flight Indicators jQuery plugin
Flight Indicators jQuery plugin [![GitHub version](https://badge.fury.io/gh/sebmatton%2FjQuery-Flight-Indicators.svg)](http:https://badge.fury.io/gh/sebmatton%2FjQuery-Flight-Indicators)
===================

The Flight Indicators Plugin allows you to display high quality flight indicators using html, css3, jQuery and SVG images. The methods make customization and real time implementation really easy. Further, since all the images are vector svg you can resize the indicators to your application without any quality loss !
Expand Down
8 changes: 5 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"name": "jquery-flight-indicators",
"version": "1.0.2",
"version": "1.0.3",
"main": "js/jquery.flightindicators.min.js",
"ignore": [
".gitignore",
"README.html",
"*.md",
"_img_sources/*",
"_examples_data/example.png",
"_examples_data/example_highres.png"
"_examples_data/example_highres.png",
"flightindicators.jquery.json",
"bower.json"
],
"dependencies": {
"jquery": "1.11.0"
"jquery": ">=1.3.0"
},
"keywords": [
"flight",
Expand Down
4 changes: 2 additions & 2 deletions flightindicators.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "flightindicators",
"title": "Flight Indicators jQuery Plugin",
"description": "allows you to display high quality flight indicators using html, css3, jQuery and SVG images.",
"version": "1.0.2",
"version": "1.0.3",
"keywords": [
"flight",
"indicator",
Expand Down Expand Up @@ -30,6 +30,6 @@
"docs": "https://github.com/sebmatton/jQuery-Flight-Indicators",
"download": "https://github.com/sebmatton/jQuery-Flight-Indicators",
"dependencies": {
"jquery": ">=1.8"
"jquery": ">=1.3.0"
}
}

0 comments on commit 1fa00be

Please sign in to comment.