mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Copy dev dependencies to application directory
This commit is contained in:
@@ -30,7 +30,6 @@ module.exports = (grunt) ->
|
||||
directory = path.join('node_modules', child)
|
||||
try
|
||||
{name, engines} = grunt.file.readJSON(path.join(directory, 'package.json'))
|
||||
continue if devDependencies[name]?
|
||||
if engines?.atom?
|
||||
packageDirectories.push(directory)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user