Skip to content

Commit 9c54c12

Browse files
committed
Fix swedish chef countdown.
1 parent 5e41a72 commit 9c54c12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gruntfile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = (grunt) ->
4949
'js/lib/ga.js'
5050

5151
'vendor/bower/jquery/dist/jquery.js'
52-
'vendor/bower/countdown/jquery.countdown.js'
52+
'vendor/bower/countdown/dest/jquery.countdown.js'
5353
'vendor/bower/jQuery-Storage-API/jquery.storageapi.js'
5454

5555
'js/functions.js'

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "Live Bomb",
2+
"name": "livebomb",
33
"dependencies": {
44
"countdown": "*",
55
"fontawesome": "~4.1.0",
6-
"jquery": "~2.1.1",
6+
"jquery": "~3.2.0",
77
"jQuery-Storage-API": "https://github.com/julien-maurel/jQuery-Storage-API.git#~1.7.2",
88
"moment": "~2.7.0",
99
"moment-timezone": "~0.1.0",

0 commit comments

Comments
 (0)