Use load-grunt-tasks instead of matchdep.

This commit is contained in:
Mayhem 2013-08-16 00:26:37 +02:00
parent 0f2dfcdaeb
commit a19381763f
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ module.exports = (grunt) ->
tmpcrx: 'tmp-crx' tmpcrx: 'tmp-crx'
tmpuserscript: 'tmp-userscript' tmpuserscript: 'tmp-userscript'
require('matchdep').filterDev('grunt-*').forEach grunt.loadNpmTasks require('load-grunt-tasks') grunt
grunt.registerTask 'default', ['build'] grunt.registerTask 'default', ['build']

View File

@ -26,7 +26,7 @@
"grunt-contrib-copy": "~0.4.1", "grunt-contrib-copy": "~0.4.1",
"grunt-contrib-watch": "~0.5.0", "grunt-contrib-watch": "~0.5.0",
"grunt-shell": "~0.3.1", "grunt-shell": "~0.3.1",
"matchdep": "~0.1.2" "load-grunt-tasks": "~0.1.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",