Skip to content

Commit

Permalink
[POC-4] Finally fixed stupid bower dependency issue...
Browse files Browse the repository at this point in the history
  • Loading branch information
apfadler authored Jan 4, 2017
1 parent a728fde commit 06868cb
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions webapp/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"tests"
],
"dependencies": {
"angular": ">=1.5.0",
"angular-loader": ">=1.5.0",
"angular-mocks": ">=1.5.0",
"angular-route": ">=1.5.0",
"angular": "~1.5.0",
"angular-loader": "~1.5.0",
"angular-mocks": "~1.5.0",
"angular-route": "~1.5.0",
"bootstrap": "3.2.0",
"jquery": "~2.2.0",
"jstree-directive": "~0.1.5",
Expand All @@ -35,13 +35,18 @@
"angular-bootstrap": "~1.1.0",
"ng-jsoneditor": "angular-tools/ng-jsoneditor#~1.0.0",
"angular-schema-form": "~0.8.12",
"angular-animate": ">=1.5.0",
"angular-animate": "~1.5.0",
"font-awesome": "~4.5.0",
"angular-ui-router": "~0.2.18",
"angular-tablescroll": "~2.0.0",
"json-formatter": "^0.6.0",
"angular-datatables": ">=0.5.4",
"angular-datatables": "^0.5.4",
"file-saver": "^1.3.2"
},
"resolutions": {
"angular-datatables": "0.5.4",
"angular": "1.5.0"
},
"main": "src/main/webapp/index.html"
}

0 comments on commit 06868cb

Please sign in to comment.