Remove grunt-download-atom-shell as package dependency

This commit is contained in:
Kevin Sawicki
2014-01-02 11:16:12 -08:00
parent e2db58c6ee
commit 4f6c655294
2 changed files with 1 additions and 6 deletions

View File

@@ -226,10 +226,6 @@ 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.