Skip to content

Commit

Permalink
fix bower.json file
Browse files Browse the repository at this point in the history
bumped version
fixes #5
  • Loading branch information
Stephen von Takach committed Mar 27, 2014
1 parent 1e28ec1 commit 695d4f0
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"name": "orbicular",
"version": "1.0.3",
"main": {
"directive": "./orbicular/orbicular.js",
"style": "./orbicular/orbicular.scss",
"config": "./orbicular/_orbicular_config.scss"
},
"version": "1.0.4",
"main": ["orbicular/orbicular.js", "orbicular/orbicular.scss"],
"description": "A CSS based circular progress bar for AngularJS",
"dependencies": {
"angular": "~1.2.0"
},
"keywords": [
"circular",
"progress",
"bar",
"AngularJS"
],
"devDependencies": {
"jquery": "~2.0.3",
"jquery": "~2.1.0",
"angular-mocks": "~1.2.0",
"angular-scenario": "~1.2.0"
}
Expand Down

0 comments on commit 695d4f0

Please sign in to comment.