Skip to content

Commit 0a90e75

Browse files
committed
Sets "publishConfig" in "@atomic-layout/core" package.json
1 parent 1f56327 commit 0a90e75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
"packages": ["packages/*"],
33
"version": "independent",
44
"npmClient": "yarn",
5-
"useWorkspaces": true,
6-
"publishConfig": {
7-
"access": "public"
8-
}
5+
"useWorkspaces": true
96
}

packages/atomic-layout-core/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
"src",
3131
"lib"
3232
],
33+
"publishConfig": {
34+
"access": "public"
35+
},
3336
"author": {
3437
"name": "Artem Zakharchenko",
3538
"email": "kettanaito@gmail.com"

0 commit comments

Comments
 (0)