mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Add grunt-git-authors task.
This commit is contained in:
parent
077987876b
commit
717cb2a5c7
3
grunt.js
3
grunt.js
@ -121,8 +121,9 @@ module.exports = function( grunt ) {
|
||||
// Short list as a high frequency watch task
|
||||
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-git-authors" );
|
||||
|
||||
grunt.registerTask( "testswarm", function( commit, configFile ) {
|
||||
var testswarm = require( "testswarm" ),
|
||||
|
@ -27,6 +27,7 @@
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"grunt-compare-size": ">=0.1.0",
|
||||
"grunt-git-authors": ">=1.0.0",
|
||||
"grunt": "~0.3.9",
|
||||
"testswarm": "0.2.2"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user