Skip to content

Commit

Permalink
Added bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ejb committed May 25, 2015
1 parent 2d1334a commit e49b151
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ A lightweight JavaScript library that creates customisable progress bars for HTM

## Changelog

### v0.3.0

- Added bower.json

### v0.2.2

- Fixed class name bug
Expand Down
21 changes: 21 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "progressor",
"main": "progressor.js",
"version": "0.3.0",
"homepage": "https://github.com/ejb/progressor",
"authors": [
"ejb <[email protected]>"
],
"description": "Lightweight, customisable progress bars for HTML5 video & audio",
"moduleType": [
"globals"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "progressor.js",
"description": "Lightweight, customisable progress bars for HTML5 video & audio",
"version": "0.1.0",
"version": "0.3.0",
"homepage": "https://github.com/ejb/progressor.js",
"author": "Elliot Bentley <[email protected]> (http://ejb.github.io)",
"keywords": [
Expand Down

0 comments on commit e49b151

Please sign in to comment.