Skip to content

Commit

Permalink
[POC-4] fixed dependency issue for webapp build
Browse files Browse the repository at this point in the history
  • Loading branch information
apfadler committed Jan 3, 2017
1 parent 7c43324 commit 4111adb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 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,12 +35,12 @@
"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"
},
"main": "src/main/webapp/index.html"
Expand Down

0 comments on commit 4111adb

Please sign in to comment.