Skip to content

Commit

Permalink
v1.16.0
Browse files Browse the repository at this point in the history
 - [New] `core`: `fs/promises` is a core module again in node 14+ (f6473e2)
 - [patch] `sync`/`async`: use native `realpath` if available to unwrap symlinks (#217)
  • Loading branch information
ljharb committed Apr 15, 2020
1 parent 1fc4bf4 commit 301c07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "resolve",
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"version": "1.15.1",
"version": "1.16.0",
"repository": {
"type": "git",
"url": "git://github.com/browserify/resolve.git"
Expand Down

0 comments on commit 301c07d

Please sign in to comment.