Skip to content

Commit

Permalink
update jquery, qunit, font-awesome, codemirror
Browse files Browse the repository at this point in the history
  • Loading branch information
luto committed Jan 12, 2015
1 parent 2a07627 commit 8fcb45d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions bower.json
Expand Up @@ -3,12 +3,12 @@
"private": true,
"dependencies": {
"bootstrap": "3.0.2",
"codemirror": "4.7.0",
"fontawesome": "4.0.3",
"qunit": "1.12.0",
"codemirror": "4.11.0",
"font-awesome": "4.2.0",
"qunit": "1.16.0",
"qunit-parameterize": "git@github.com:luto/qunit-parameterize.git#bower",
"blanket": "~1.1.5",
"jquery": "1.10.2",
"jquery": "2.1.3",
"screenfull": "~2.0.0"
}
}
4 changes: 2 additions & 2 deletions src/index.html
Expand Up @@ -13,7 +13,7 @@
<!-- Styles -->
<link rel="stylesheet" href="vendor/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="vendor/codemirror/lib/codemirror.css">
<link rel="stylesheet" href="vendor/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">

<link rel="stylesheet" href="app/css/main.css">
<link rel="stylesheet" href="app/css/editor.css">
Expand Down Expand Up @@ -51,7 +51,7 @@
<link rel="stylesheet" href="vendor/codemirror/addon/dialog/dialog.css">

<!-- Libraries -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/jquery/dist/jquery.min.js"></script>
<script src="vendor/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="vendor/codemirror/lib/codemirror.js"></script>
<script src="vendor/screenfull/dist/screenfull.js"></script>
Expand Down

0 comments on commit 8fcb45d

Please sign in to comment.