From a8e859bb05f3079224989558a6bb688a66928bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Tue, 14 Jan 2020 22:54:41 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20supply=20=E2=80=98.=E2=80=99=20subpath?= =?UTF-8?q?=20for=20node.js=20<=2013.2=20(#11006)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit e7961a08a839b0bfe2c5a08f2e1c7e3d436af144) --- packages/babel-helper-compilation-targets/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/babel-helper-compilation-targets/package.json b/packages/babel-helper-compilation-targets/package.json index 0973c385c5..facd15fd58 100644 --- a/packages/babel-helper-compilation-targets/package.json +++ b/packages/babel-helper-compilation-targets/package.json @@ -6,7 +6,9 @@ "description": "Engine compat data used in @babel/preset-env", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-compilation-targets", "main": "lib/index.js", - "exports": false, + "exports": { + ".": "./lib/index.js" + }, "publishConfig": { "access": "public" },