From fa72db87a2004ea5e391ac3f71a80ffd73c1e6fd Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 21 Oct 2014 09:27:03 -0700 Subject: [PATCH] Update task description --- build/tasks/compile-packages-slug-task.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tasks/compile-packages-slug-task.coffee b/build/tasks/compile-packages-slug-task.coffee index 0ac0bc5b3..9f99e053d 100644 --- a/build/tasks/compile-packages-slug-task.coffee +++ b/build/tasks/compile-packages-slug-task.coffee @@ -5,7 +5,7 @@ fs = require 'fs-plus' module.exports = (grunt) -> {spawn} = require('./task-helpers')(grunt) - grunt.registerTask 'compile-packages-slug', 'Add package metadata information to to the main package.json file', -> + grunt.registerTask 'compile-packages-slug', 'Add bundled package metadata information to to the main package.json file', -> appDir = grunt.config.get('atom.appDir') modulesDirectory = path.join(appDir, 'node_modules')