From b5fc91bf59e6da3aafedc8a8ae4ce53907c06069 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 17 Jun 2018 09:26:12 -0700 Subject: [PATCH] v1.8.1 - [Fix] resolution when `filename` option is passed (#167, #162) - [Docs] clean up readme code - [Tests] improve output of symlink tests that fail on Mac - [Tests] up to `node` `v10.4` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f469a94a..2ce67a98 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.8.0", + "version": "1.8.1", "repository": { "type": "git", "url": "git://github.com/browserify/resolve.git"