Skip to content

Commit 301c07d

Browse files
committed
v1.16.0
- [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)
1 parent 1fc4bf4 commit 301c07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "resolve",
33
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
4-
"version": "1.15.1",
4+
"version": "1.16.0",
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/browserify/resolve.git"

0 commit comments

Comments
 (0)