Use persistent HTTP connection to the registry

This commit is contained in:
Michael Jackson
2018-07-13 23:57:58 -07:00
parent 5969ecc6ef
commit eb75d866b7
2 changed files with 24 additions and 9 deletions

View File

@ -1,7 +1,4 @@
const path = require("path");
const fetch = require("isomorphic-fetch");
const gunzip = require("gunzip-maybe");
const tar = require("tar-stream");
const addLeadingSlash = require("../utils/addLeadingSlash");
const createPackageURL = require("../utils/createPackageURL");