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

@ -132,8 +132,7 @@
"language-todo": "0.2.0",
"language-toml": "0.7.0",
"language-xml": "0.2.0",
"language-yaml": "0.1.0",
"grunt-download-atom-shell": "0.4.0"
"language-yaml": "0.1.0"
},
"private": true,
"scripts": {

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.