Fix typo.

This commit is contained in:
Alexis Lahouze 2016-10-15 13:09:17 +02:00
parent 3d7bafd7e1
commit 189d76fc22
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ module.exports = {
// Toolchain
npm: {
files: ['package.json'],
taks: ['npm']
tasks: ['npm']
},
grunt: {
files: ['Gruntfile.js', 'grunt-config/*.js'],