Skip to content

Commit

Permalink
Fixes angular bower dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RotaruDan committed Dec 21, 2016
1 parent e65af3b commit 7de8d8e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "Learning-Frontend",
"version": "0.0.1",
"dependencies": {
"angular": "*",
"angular-cookies": "*",
"angular-route": "*",
"angular-resource": "*",
"angular-mocks": "*",
"angular-xeditable": "*",
"angular-gridster": "*",
"checklist-model": "*",
"angular-bootstrap": "*",
"ng-file-upload": "*",
"angular": "1.5.8",
"angular-cookies": "1.5.8",
"angular-route": "1.5.8",
"angular-resource": "1.5.8",
"angular-mocks": "1.5.8",
"angular-xeditable": "0.5.0",
"angular-gridster": "0.13.15",
"checklist-model": "0.10.0",
"angular-bootstrap": "2.1.4",
"ng-file-upload": "12.2.13",
"ngstorage" : "*",
"bootstrap": "*",
"jquery": "*",
Expand Down

0 comments on commit 7de8d8e

Please sign in to comment.