Fix lint error

This commit is contained in:
Michael Jackson 2019-08-09 08:50:55 -07:00
parent 6ad61a984f
commit f6147e0e7c
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import tar from 'tar-stream';
import asyncHandler from '../utils/asyncHandler.js';
import bufferStream from '../utils/bufferStream.js';
import createPackageURL from '../utils/createPackageURL.js';
import createSearch from '../utils/createSearch.js';
import getContentType from '../utils/getContentType.js';
import getIntegrity from '../utils/getIntegrity.js';
import { getPackage } from '../utils/npm.js';