Ignore grunt-download-atom-shell when loading packages.

This commit is contained in:
Cheng Zhao
2013-12-03 22:04:21 +08:00
parent 3f05ff9b14
commit 99d6955644

View File

@@ -226,6 +226,10 @@ class PackageManager
{@packageDependencies} = JSON.parse(fs.readFileSync(metadataPath)) ? {}
@packageDependencies ?= {}
# Temporarily ignore 'grunt-download-atom-shell' here, should remove this
# when it became a public npm module.
delete @packageDependencies['grunt-download-atom-shell']
@packageDependencies
# Public: Get an array of all the available package paths.