Skip to content

Commit 40a6c15

Browse files
authored
chore: update release config (#20)
1 parent 0299487 commit 40a6c15

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

packages/example-lib/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
},
1515
"dependencies": {
1616
"tslib": "^2.3.0"
17+
},
18+
"publishConfig": {
19+
"access": "public"
1720
}
1821
}

packages/example-lib2/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
},
1515
"dependencies": {
1616
"tslib": "^2.3.0"
17+
},
18+
"publishConfig": {
19+
"access": "public"
1720
}
1821
}

packages/example-lib3/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
},
1515
"dependencies": {
1616
"tslib": "^2.3.0"
17+
},
18+
"publishConfig": {
19+
"access": "public"
1720
}
1821
}

0 commit comments

Comments
 (0)