chore: add access: public where missing (#10489) [skip ci]

* @babel/types
* @babel/plugin-transform-named-capturing-groups-regex
This commit is contained in:
Huáng Jùnliàng 2019-09-24 08:04:54 -04:00 committed by Nicolò Ribaudo
parent 6f3460c767
commit 26be14b24d
2 changed files with 6 additions and 0 deletions

View File

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

View File

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