From 5350a6799014d6e9c4804f5a669e3e45192fe3cd Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 24 Jun 2013 12:13:48 -0700 Subject: [PATCH] Correct typo in package.json key --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 2432ea102..974735b25 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -138,7 +138,7 @@ module.exports = (grunt) -> 'vendor' ] - {devDependencies, dependecies} = grunt.file.readJSON('package.json') + {devDependencies, dependencies} = grunt.file.readJSON('package.json') for child in fs.readdirSync('node_modules') directory = path.join('node_modules', child) try