Skip to content

Commit

Permalink
Minor gruntfile tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Jan 8, 2012
1 parent 782c8b8 commit 9a60ac5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},
Expand Down Expand Up @@ -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,
Expand All @@ -55,4 +54,4 @@ config.init({
});

// Default task.
task.registerTask('default', 'lint:files test:files');
task.registerTask('default', 'lint test');

0 comments on commit 9a60ac5

Please sign in to comment.