Skip to content

Commit

Permalink
Fix swedish chef countdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaser324 committed Mar 22, 2017
1 parent 5e41a72 commit 9c54c12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = (grunt) ->
'js/lib/ga.js'

'vendor/bower/jquery/dist/jquery.js'
'vendor/bower/countdown/jquery.countdown.js'
'vendor/bower/countdown/dest/jquery.countdown.js'
'vendor/bower/jQuery-Storage-API/jquery.storageapi.js'

'js/functions.js'
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Live Bomb",
"name": "livebomb",
"dependencies": {
"countdown": "*",
"fontawesome": "~4.1.0",
"jquery": "~2.1.1",
"jquery": "~3.2.0",
"jQuery-Storage-API": "https://github.com/julien-maurel/jQuery-Storage-API.git#~1.7.2",
"moment": "~2.7.0",
"moment-timezone": "~0.1.0",
Expand Down

0 comments on commit 9c54c12

Please sign in to comment.