Skip to content

Commit ed3f35e

Browse files
committed
fix access in package.json files
1 parent 6193c83 commit ed3f35e

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

Diff for: packages/core-js-builder/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@core-js/builder",
33
"version": "4.0.0-alpha.0",
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"type": "commonjs",
58
"description": "core-js builder",
69
"repository": {

Diff for: packages/core-js-bundle/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@core-js/bundle",
33
"version": "4.0.0-alpha.0",
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"type": "commonjs",
58
"description": "Standard library",
69
"keywords": [

Diff for: packages/core-js-compat/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@core-js/compat",
33
"version": "4.0.0-alpha.0",
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"type": "commonjs",
58
"description": "core-js compat",
69
"repository": {

Diff for: packages/core-js-pure/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@core-js/pure",
33
"version": "4.0.0-alpha.0",
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"type": "commonjs",
58
"description": "Standard library",
69
"keywords": [

0 commit comments

Comments
 (0)