Skip to content

Commit

Permalink
chore: add access: public where missing (#10489) [skip ci]
Browse files Browse the repository at this point in the history
* @babel/types
* @babel/plugin-transform-named-capturing-groups-regex
  • Loading branch information
JLHwung authored and nicolo-ribaudo committed Sep 24, 2019
1 parent 6f3460c commit 26be14b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Expand Up @@ -4,6 +4,9 @@
"description": "Compile regular expressions using named groups to ES5.",
"homepage": "https://babeljs.io/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"keywords": [
"babel-plugin",
Expand Down
3 changes: 3 additions & 0 deletions packages/babel-types/package.json
Expand Up @@ -5,6 +5,9 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-types",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 26be14b

Please sign in to comment.