Skip to content

Commit

Permalink
Add grunt-git-authors task.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmethvin committed Jul 25, 2012
1 parent 0779878 commit 717cb2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grunt.js
Expand Up @@ -121,8 +121,9 @@ module.exports = function( grunt ) {
// Short list as a high frequency watch task // Short list as a high frequency watch task
grunt.registerTask( "dev", "selector build:*:* lint" ); grunt.registerTask( "dev", "selector build:*:* lint" );


// Load the "compare_size" task from NPM packages // Load grunt tasks from NPM packages
grunt.loadNpmTasks( "grunt-compare-size" ); grunt.loadNpmTasks( "grunt-compare-size" );
grunt.loadNpmTasks( "grunt-git-authors" );


grunt.registerTask( "testswarm", function( commit, configFile ) { grunt.registerTask( "testswarm", function( commit, configFile ) {
var testswarm = require( "testswarm" ), var testswarm = require( "testswarm" ),
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -27,6 +27,7 @@
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"grunt-compare-size": ">=0.1.0", "grunt-compare-size": ">=0.1.0",
"grunt-git-authors": ">=1.0.0",
"grunt": "~0.3.9", "grunt": "~0.3.9",
"testswarm": "0.2.2" "testswarm": "0.2.2"
}, },
Expand Down

0 comments on commit 717cb2a

Please sign in to comment.