mirror of
https://github.com/atom/atom.git
synced 2026-01-20 04:18:01 -05:00
Update task description
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user