Switch back to in-memory cache

This commit is contained in:
Michael Jackson
2018-12-17 15:57:44 -08:00
parent aa99d11068
commit 59a5acbe08
7 changed files with 91 additions and 44 deletions

View File

@ -9,7 +9,7 @@ const logging = require('./logging');
function fetchNpmPackage(packageConfig) {
return new Promise((resolve, reject) => {
const tarballURL = packageConfig.dist.tarball;
const tarballURL = packageConfig.tarballURL;
logging.debug(
'Fetching package for %s from %s',