Skip to content

Commit 944728d

Browse files
committed
Merge tag 'v1.17.0'
v1.17.0 - [New] `sync`/`async`: add `realpath`/`realpathSync` options (#218) - [Dev Deps] update `tape`
2 parents be951d3 + 3a76ef8 commit 944728d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"object-keys": "^1.1.1",
7070
"safe-publish-latest": "^1.1.4",
7171
"tap": "0.4.13",
72-
"tape": "^5.0.0-next.4"
72+
"tape": "^5.0.0-next.5"
7373
},
7474
"license": "MIT",
7575
"author": {

readme.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ options are:
6363

6464
* opts.realpath - function to asynchronously resolve a potential symlink to its real path
6565

66+
* opts.realpath - function to asynchronously resolve a potential symlink to its real path
67+
6668
* `opts.packageFilter(pkg, pkgfile, dir)` - transform the parsed package.json contents before looking at the "main" field
6769
* pkg - package data
6870
* pkgfile - path to package.json

0 commit comments

Comments
 (0)