Update local tmp dir name

This commit is contained in:
MICHAEL JACKSON 2017-05-25 12:01:29 -07:00
parent 84f297b400
commit c0e8d771d0
1 changed files with 1 additions and 1 deletions
server/middleware

View File

@ -31,7 +31,7 @@ const checkLocalCache = (dir, callback) =>
const ResolveExtensions = [ '', '.js', '.json' ]
const createTempPath = (name) =>
joinPaths(tmpdir(), `express-unpkg-${name}`)
joinPaths(tmpdir(), `unpkg-${name}`)
/**
* Resolves a path like "lib/file" into "lib/file.js" or