chore: add access: public where missing (#10489) [skip ci]
* @babel/types * @babel/plugin-transform-named-capturing-groups-regex
This commit is contained in:
parent
6f3460c767
commit
26be14b24d
@ -4,6 +4,9 @@
|
|||||||
"description": "Compile regular expressions using named groups to ES5.",
|
"description": "Compile regular expressions using named groups to ES5.",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"babel-plugin",
|
"babel-plugin",
|
||||||
|
|||||||
@ -5,6 +5,9 @@
|
|||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-types",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-types",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"types": "lib/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user