Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Aug 7, 2015
1 parent 43fcb31 commit f784ed8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"qunit": "~1.18.0",
"jquery": "jquery#^1.11.2",
"jquery2": "jquery#^2.1.3"
"jquery": "jquery#^1.11.3",
"jquery2": "jquery#^2.1.4"
}
}
2 changes: 1 addition & 1 deletion examples/block-bg.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
data-vide-options="position: 0% 50%">
</div>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../libs/jquery/dist/jquery.min.js"><\/script>')</script>
<script src="../src/jquery.vide.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion examples/body-bg.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</style>
</head>
<body data-vide-bg="video/ocean">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../libs/jquery/dist/jquery.min.js"><\/script>')</script>
<script src="../src/jquery.vide.js"></script>
<script>
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
},
"devDependencies": {
"bower": "^1.4.1",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-exec": "^0.4.6",
"grunt-githooks": "^0.3.1",
"grunt-jscs": "^1.8.0",
"spacejam": "^1.2.0"
"grunt-jscs": "^2.0.0",
"spacejam": "^1.2.1"
},
"scripts": {
"start": "npm install && ./node_modules/.bin/bower install && ./node_modules/.bin/grunt githooks",
Expand Down

0 comments on commit f784ed8

Please sign in to comment.