We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e41a72 commit 9c54c12Copy full SHA for 9c54c12
Gruntfile.coffee
@@ -49,7 +49,7 @@ module.exports = (grunt) ->
49
'js/lib/ga.js'
50
51
'vendor/bower/jquery/dist/jquery.js'
52
- 'vendor/bower/countdown/jquery.countdown.js'
+ 'vendor/bower/countdown/dest/jquery.countdown.js'
53
'vendor/bower/jQuery-Storage-API/jquery.storageapi.js'
54
55
'js/functions.js'
bower.json
@@ -1,9 +1,9 @@
1
{
2
- "name": "Live Bomb",
+ "name": "livebomb",
3
"dependencies": {
4
"countdown": "*",
5
"fontawesome": "~4.1.0",
6
- "jquery": "~2.1.1",
+ "jquery": "~3.2.0",
7
"jQuery-Storage-API": "https://github.com/julien-maurel/jQuery-Storage-API.git#~1.7.2",
8
"moment": "~2.7.0",
9
"moment-timezone": "~0.1.0",
0 commit comments