Copy dev dependencies to application directory

This commit is contained in:
Kevin Sawicki
2013-09-16 15:01:13 -07:00
parent 0d8411dbbb
commit b68fc9c44a

View File

@@ -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