Skip to content

Commit

Permalink
ensure custom resolutions are allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Sep 19, 2016
1 parent 5963d0e commit 80728a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ function install(name, target, options, seen) {
return;
seen.push(resolution.exactName);

// allow custom resolutions
if (!resolution.registry)
return;

// -- download --
return Promise.resolve()
Expand Down

0 comments on commit 80728a9

Please sign in to comment.