aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorcraigsdennis <craig@teamtreehouse.com>2018-03-16 22:41:16 -0700
committercraigsdennis <craig@teamtreehouse.com>2018-03-16 22:41:16 -0700
commit8ff5fe4986a8f83a660c0f28a14e3542d986c884 (patch)
treefd1e13ded20628daae9693b809987f93652067e5 /Gruntfile.js
parentf76b4fda93a8d8770390d4e89b68f8ac27e32dc9 (diff)
downloadfreenode-live-2017-presentation-8ff5fe4986a8f83a660c0f28a14e3542d986c884.tar
freenode-live-2017-presentation-8ff5fe4986a8f83a660c0f28a14e3542d986c884.tar.gz
Updates copyright to 2018
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index ff7da2d..fc38abb 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -15,7 +15,7 @@ module.exports = function(grunt) {
' * http://revealjs.com\n' +
' * MIT licensed\n' +
' *\n' +
- ' * Copyright (C) 2017 Hakim El Hattab, http://hakim.se\n' +
+ ' * Copyright (C) 2018 Hakim El Hattab, http://hakim.se\n' +
' */'
},
@@ -164,7 +164,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks( 'grunt-retire' );
grunt.loadNpmTasks( 'grunt-sass' );
grunt.loadNpmTasks( 'grunt-zip' );
-
+
// Default task
grunt.registerTask( 'default', [ 'css', 'js' ] );