From 9a60ac5a06fe3e606175b8ac286dcf2fa89b64d9 Mon Sep 17 00:00:00 2001 From: Ben Alman Date: Sat, 7 Jan 2012 19:00:31 -0500 Subject: [PATCH] Minor gruntfile tweaks. --- grunt.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/grunt.js b/grunt.js index 78ae2262a..369501c55 100644 --- a/grunt.js +++ b/grunt.js @@ -3,11 +3,11 @@ config.init({ meta: { name: 'grunt', version: '0.1.0', - description: 'A command line build tool for JavaScript projects..', - homepage: 'http://github.com/cowboy/grunt', + description: 'A command line build tool for JavaScript projects.', + homepage: 'https://github.com/cowboy/grunt', author: '"Cowboy" Ben Alman', license: ['MIT'], - copyright: 'Copyright (c) 2011 "Cowboy" Ben Alman', + copyright: 'Copyright (c) 2012 "Cowboy" Ben Alman', repository: 'git://github.com/cowboy/grunt.git' }, concat: {}, @@ -37,7 +37,6 @@ config.init({ node: true }, globals: { - setTimeout: true, // temp hack for https://github.com/jshint/jshint/issues/292 grequire: true, urequire: true, extraspath: true, @@ -55,4 +54,4 @@ config.init({ }); // Default task. -task.registerTask('default', 'lint:files test:files'); +task.registerTask('default', 'lint test');