Skip to content

Commit

Permalink
release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamingr committed May 12, 2019
1 parent 64cd979 commit 6bd19f9
Show file tree
Hide file tree
Showing 4 changed files with 3,191 additions and 6 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ This documentation is mostly copied from that package's - but with promise usage

npm i tmp-promise

**Note:** Node.js 8+ is supported - older versions of Node.js are not supported by the Node.js foundation. If you need to use an older version of Node.js install tmp-promise@1.10

npm i tmp-promise@1.1.0

## About

This adds promises support to a [widely used library][2]. This package is used to create temporary files and directories in a [Node.js][1] environment.


tmp-promise offers both an asynchronous and a synchronous API. For all API calls, all
the parameters are optional.
Expand Down
Loading

0 comments on commit 6bd19f9

Please sign in to comment.