[babel 8] Add "exports" to every package (#14013)
This commit is contained in:
@@ -38,5 +38,17 @@
|
||||
"@babel/helper-validator-identifier": "workspace:^",
|
||||
"charcodes": "^0.2.0"
|
||||
},
|
||||
"bin": "./bin/babel-parser.js"
|
||||
"bin": "./bin/babel-parser.js",
|
||||
"conditions": {
|
||||
"BABEL_8_BREAKING": [
|
||||
null,
|
||||
{
|
||||
"exports": null
|
||||
}
|
||||
]
|
||||
},
|
||||
"exports": {
|
||||
".": "./lib/index.js",
|
||||
"./package.json": "./package.json"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user