diff --git a/packages/babel-helper-compilation-targets/package.json b/packages/babel-helper-compilation-targets/package.json index ca19a4224a..effdff376a 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" },