Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
risq committed Oct 25, 2014
1 parent de07e96 commit 627aac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"dependencies": {
"modernizr": "~2.8.2",
"tween.js": "https://github.com/sole/tween.js.git",
"stats.js": "[email protected]:mrdoob/stats.js.git",
"stats.js": "r12",
"classie": "~1.0.1",
"three.js": "*"
"threejs": "r69"
}
}
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- Javascript -->
<script src="bower_components/modernizr/modernizr.js"></script>
<script src="bower_components/classie/classie.js"></script>
<script src="bower_components/three.js/three.min.js"></script>
<script src="bower_components/threejs/build/three.min.js"></script>
<script src="bower_components/tween.js/build/tween.min.js"></script>
<script src="bower_components/stats.js/build/stats.min.js"></script>
<script src="scripts/cratedigger.js"></script>
Expand Down

0 comments on commit 627aac0

Please sign in to comment.