fix: supply ‘.’ subpath for node.js < 13.2 (#11006)

(cherry picked from commit e7961a08a839b0bfe2c5a08f2e1c7e3d436af144)
This commit is contained in:
Huáng Jùnliàng 2020-01-14 22:54:41 -05:00 committed by Miel Truyen
parent f3c530b2c9
commit a8e859bb05

View File

@ -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"
},