Skip to content

Commit

Permalink
Fix handling of cached releases pluginResolverFactory (#2356)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakutis authored and sheerun committed Nov 7, 2016
1 parent e60d236 commit 38501a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/resolvers/pluginResolverFactory.js
Expand Up @@ -109,7 +109,7 @@ function pluginResolverFactory(resolverFactory, bower) {
throw createError('Resolver did not provide releases of package.');
}

var releases = this._releases = result;
var releases = that._releases = result;

var versions = releases.filter(function (target) {
return semver.clean(target.version);
Expand Down

0 comments on commit 38501a0

Please sign in to comment.