From 9fea81aa462683ddb6f9de53ac4fd258399754ea Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 6 Jan 2020 15:52:14 -0800 Subject: [PATCH] v1.14.2 - [Fix] `sync`/`async`: Fixes isCore check (#206) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6d2add8..09d3400b 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.14.1", + "version": "1.14.2", "repository": { "type": "git", "url": "git://github.com/browserify/resolve.git"