Update local tmp dir name
This commit is contained in:
@ -31,7 +31,7 @@ const checkLocalCache = (dir, callback) =>
|
|||||||
const ResolveExtensions = [ '', '.js', '.json' ]
|
const ResolveExtensions = [ '', '.js', '.json' ]
|
||||||
|
|
||||||
const createTempPath = (name) =>
|
const createTempPath = (name) =>
|
||||||
joinPaths(tmpdir(), `express-unpkg-${name}`)
|
joinPaths(tmpdir(), `unpkg-${name}`)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Resolves a path like "lib/file" into "lib/file.js" or
|
* Resolves a path like "lib/file" into "lib/file.js" or
|
||||||
|
Reference in New Issue
Block a user