Skip to content

Commit

Permalink
Fixing bower dependency version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtPreston committed Sep 29, 2014
1 parent 8fadd4d commit 2ca42ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
],
"license": "MIT",
"dependencies": {
"jquery": "> 1",
"isotope": "> 1"
"jquery": ">= 1.7",
"isotope": "~> 1.5"
},
"ignore": [
"**/.*",
Expand Down
4 changes: 2 additions & 2 deletions demo/demo.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<html>
<head>
<title>Isortope: animated table sorter</title>
<script src='../js/jquery-1.8.3.min.js'></script>
<script src='../js/jquery.isotope.min.js'></script>
<script src='../bower_components/jquery/dist/jquery.js'></script>
<script src='../bower_components/isotope/jquery.isotope.js'></script>
<script src='../isortope.js'></script>
<style type='text/css'>
#content {
Expand Down

0 comments on commit 2ca42ab

Please sign in to comment.