Skip to content

Commit

Permalink
Fix dependencies field in bower.json
Browse files Browse the repository at this point in the history
The malformed json in the dependencies field of bower.json causes bower
to fail.
  • Loading branch information
dlobue committed Jun 3, 2015
1 parent adfb5a4 commit 86e9255
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"moduleType": [
"globals"
],
"dependencies": [
"angular": ">=1.1.4"
],
"dependencies": {
"angular": ">=1.1.4"
},
"keywords": [
"angularjs",
"pagination",
Expand Down

0 comments on commit 86e9255

Please sign in to comment.