Skip to content
This repository has been archived by the owner on Aug 17, 2019. It is now read-only.

Commit

Permalink
misc: get rid of annoying, outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Feb 21, 2018
1 parent 6dbce84 commit 0001568
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ class Installer {
return tree.forEachAsync((dep, next) => {
if (dep.dev && this.config.get('production')) { return }
const depPath = dep.path(this.prefix)
// Process children first, then extract this child
const spec = npa.resolve(dep.name, dep.version, this.prefix)
if (dep.isRoot) {
return next()
Expand Down

0 comments on commit 0001568

Please sign in to comment.