From 26be14b24d6b9367fdf3bedbf6b7022c2cdd90e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Tue, 24 Sep 2019 08:04:54 -0400 Subject: [PATCH] chore: add access: public where missing (#10489) [skip ci] * @babel/types * @babel/plugin-transform-named-capturing-groups-regex --- .../package.json | 3 +++ packages/babel-types/package.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/packages/babel-plugin-transform-named-capturing-groups-regex/package.json b/packages/babel-plugin-transform-named-capturing-groups-regex/package.json index 0b964d023c58..c014d9a9c20a 100644 --- a/packages/babel-plugin-transform-named-capturing-groups-regex/package.json +++ b/packages/babel-plugin-transform-named-capturing-groups-regex/package.json @@ -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", diff --git a/packages/babel-types/package.json b/packages/babel-types/package.json index 6b1293a88e9d..28681f00de9e 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -5,6 +5,9 @@ "author": "Sebastian McKenzie ", "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",