Skip to content

Commit

Permalink
update qunit & jquery-draggable components
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Aug 2, 2013
1 parent b08f72d commit 008a75a
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 @@ -18,8 +18,8 @@
"devDependencies": {
"draggabilly": "desandro/draggabilly#>=1.0.0",
"jquery": "~1",
"jquery-ui-draggable": "git://gist.github.com/4985610.git",
"qunit": "~1"
"jquery-ui-draggable": "https://gist.github.com/4985610.git",
"qunit": "1.12"
},
"ignore": [
"test/",
Expand Down
4 changes: 2 additions & 2 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

<title>Packery tests</title>

<link rel="stylesheet" href="../bower_components/qunit/qunit.css" />
<link rel="stylesheet" href="../bower_components/qunit/qunit/qunit.css" />
<link rel="stylesheet" href="test.css" />

<script src="../bower_components/qunit/qunit.js"></script>
<script src="../bower_components/qunit/qunit/qunit.js"></script>

</head>
<body>
Expand Down

0 comments on commit 008a75a

Please sign in to comment.