Skip to content

Commit 5f6b72e

Browse files
committed
Fixed dependency issue
1 parent 0136763 commit 5f6b72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = (grunt) ->
22

33
pkg = grunt.file.readJSON('package.json')
44

5-
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks)
5+
require('matchdep').filterDev('grunt-contrib*').forEach(grunt.loadNpmTasks)
66

77
# Project configuration.
88
grunt.initConfig

0 commit comments

Comments
 (0)