Skip to content

Commit 6f57476

Browse files
committed
v2.0.0-next.0
- [Breaking] make `preserveSymlinks` false by default (#135) - [Breaking] `packageFilter`: bring sync/async into alignment; pass three args: pkg, pkgfile, dir (#171) - [Breaking] add `isDirectory`; error early if provided `basedir` is not a directory (#154)
1 parent c2a0fb2 commit 6f57476

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.14.1",
4+
"version": "2.0.0-next.0",
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/browserify/resolve.git"

0 commit comments

Comments
 (0)