Skip to content

Commit

Permalink
Fix mgreau#22 : Omit save dependency in bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonny committed Feb 27, 2014
1 parent b01ecae commit a0fa7b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
"angular-resource": "1.2.11",
"bootstrap": "3.1.0",
"angular-indexeddb": "emil10001/angular-indexeddb",
"angular-fullscreen": "fabiobiondi/angular-fullscreen"
"angular-fullscreen": "fabiobiondi/angular-fullscreen",
"angular-dropfile-directive": "https://github.com/anthonny/angular-dropfile-directive.git#master"
},
"resolutions": {
"angular": "~1.2.13"
"angular": "1.2.11"
}
}

0 comments on commit a0fa7b2

Please sign in to comment.