node-external-editor icon indicating copy to clipboard operation
node-external-editor copied to clipboard

upgrade tmp (no code changes necessary)

Open FauxFaux opened this issue 6 years ago • 2 comments

tmp 0.1 requires node 0.10, we already require node 4.

We only use tmpNameSync, which hasn't had any changes, except maybe the addition of a tries parameter, which we do not expose, and probably don't need to.

Older versions are deprecated, so give me warnings when I end up installing them.

FauxFaux avatar Nov 22 '19 12:11 FauxFaux

I cannot see why travis build is failing but this PR has good intentions. tmp should be updated as it has deprecated dependencies which already has been removed in favor of node's native modules. Any help with travis? @mrkmg

antonk52 avatar Feb 10 '20 18:02 antonk52