From ac3eb2f47deb7b28ec2d5f6faecd97360d7c0954 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 17 Apr 2020 14:08:20 -0700 Subject: [PATCH] v1.16.1 - [patch] when a non-node `fs` is broken and lacks `realpath`/`realpathSync`, do not crash (#220) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 721c38fa..6abe9ccc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "resolve", "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously", - "version": "1.16.0", + "version": "1.16.1", "repository": { "type": "git", "url": "git://github.com/browserify/resolve.git"