fix: supply ‘.’ subpath for node.js < 13.2 (#11006)
(cherry picked from commit e7961a08a839b0bfe2c5a08f2e1c7e3d436af144)
This commit is contained in:
parent
f3c530b2c9
commit
a8e859bb05
@ -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"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user