Skip to content

Commit

Permalink
update bower components
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Feb 13, 2015
1 parent 3420a03 commit 4256c5b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@
"dist/docs"
],
"dependencies": {
"angular": "1.2.18",
"angular-bootstrap": "~0.11.0",
"angular": "1.2.27",
"angular-bootstrap": "0.12.0",
"jquery": "~2.0.3",
"jquery-ui": "~1.10.3",
"jquery-ui": "~1.10.4",
"angular-ui-sortable": "0.13.0",
"bootstrap": "~3.2.0"
"bootstrap": "3.3.1"
},
"devDependencies": {
"angular-mocks": "1.2.18",
"angular-scenario": "1.2.18",
"angular-route": "1.2.18",
"angular-local-storage": "0.0.1",
"angular-mocks": "1.2.27",
"angular-scenario": "1.2.27",
"angular-route": "1.2.27",
"angular-local-storage": "0.1.5",
"json3": "~3.2.4",
"es5-shim": "~2.0.8",
"angular-markdown-directive": "~0.1.0",
"highcharts-ng": "0.0.6",
"highcharts": "4.0.3"
},
"resolutions": {
"angular": "1.2.18"
"angular": "1.2.27"
}
}
4 changes: 2 additions & 2 deletions sample/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</div>

<!-- build:js js/jquery.min.js -->
<script type="text/javascript" src="components/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="components/jquery/jquery.js"></script>
<!-- endbuild -->

<!-- build:js js/jquery.ui.sortable.min.js -->
Expand Down Expand Up @@ -134,7 +134,7 @@
<script type="text/javascript" src="../src/scripts/row.js"></script>

<!-- local storage -->
<script type="text/javascript" src="components/angular-local-storage/angular-local-storage.js"></script>
<script type="text/javascript" src="components/angular-local-storage/dist/angular-local-storage.js"></script>

<!-- sample -->
<script type="text/javascript" src="scripts/sample.js"></script>
Expand Down

0 comments on commit 4256c5b

Please sign in to comment.