Skip to content

Commit

Permalink
fix access in package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Feb 13, 2024
1 parent 6193c83 commit ed3f35e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core-js-builder/package.json
@@ -1,6 +1,9 @@
{
"name": "@core-js/builder",
"version": "4.0.0-alpha.0",
"publishConfig": {
"access": "public"
},
"type": "commonjs",
"description": "core-js builder",
"repository": {
Expand Down
3 changes: 3 additions & 0 deletions packages/core-js-bundle/package.json
@@ -1,6 +1,9 @@
{
"name": "@core-js/bundle",
"version": "4.0.0-alpha.0",
"publishConfig": {
"access": "public"
},
"type": "commonjs",
"description": "Standard library",
"keywords": [
Expand Down
3 changes: 3 additions & 0 deletions packages/core-js-compat/package.json
@@ -1,6 +1,9 @@
{
"name": "@core-js/compat",
"version": "4.0.0-alpha.0",
"publishConfig": {
"access": "public"
},
"type": "commonjs",
"description": "core-js compat",
"repository": {
Expand Down
3 changes: 3 additions & 0 deletions packages/core-js-pure/package.json
@@ -1,6 +1,9 @@
{
"name": "@core-js/pure",
"version": "4.0.0-alpha.0",
"publishConfig": {
"access": "public"
},
"type": "commonjs",
"description": "Standard library",
"keywords": [
Expand Down

0 comments on commit ed3f35e

Please sign in to comment.