From 2f0e047412503a99224fc17fccb56c2ca3b390dd Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 18 Dec 2019 20:16:30 -0800 Subject: [PATCH] v1.14.1 - [Fix] `core`: `wasi` was mistakenly available as a core module in v13.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20fa3ae9..d6d2add8 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.0", + "version": "1.14.1", "repository": { "type": "git", "url": "git://github.com/browserify/resolve.git"